Skip to content

Commit 2b39bb3

Browse files
author
Stavros
committed
editted readme
1 parent 1fb25a5 commit 2b39bb3

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
GENERAL INFO
2+
============
3+
4+
This repo contains the contracts that are going to be used in the GET ICO. The Ico consists of a public presale phase starting on 25th of October and a sale phase starting on 15th of November. Both phases are whitelist only. The contract addresses will be revealed by GUTS through a customized version of the GUTS Tickets application. Presale and sale are handled by different contracts, so that we can assure that we can reveal the crowdsale address when it starts and be able to lock the token price at a closer date to the crowdsale start.
5+
6+
Presale phase
7+
-------------
8+
9+
Presale uses the contracts GetPreCrowdsale, GetPrePricingStrategy and GetPreFinalizeAgent, following the TokenMarketNet structure for Crowdsales. Pricing is a flat price per coin. Presale has a total maximum cap and a maximum cap per user, which is applied by the GetWhitelist contract. When Presale is finalized the variables holding the tokens sold and the wei raised are moved to the crowdsale contract, which means that crowdsale needs to be deployed before presale is finalized.
10+
11+
Sale phase
12+
-------------
13+
14+
Sale uses the contracts GetCrowdsale, GetPricingStrategy and GetFinalizeAgent, following the TokenMarketNet structure for Crowdsales. Pricing follows consists of four flat prices per coin (tiers) chosen depending on the amount of wei invested already in the crowdsale. Presale has a total maximum cap and a maximum cap per user per tier, which is applied by the GetWhitelist contract. It also has a minimum funding goal and if it is not reached the contract will move to Refunding mode. When sale is finalized tokens are minted to User Growth Multisig, Stability Fund Multisig and the Bounty Fund Multisig.
15+
16+
INSTALLATION - TESTING
17+
======================
18+
119
1. Install truffle https://github.com/trufflesuite/truffle
220
2. yarn
321
3. npm install -g ethereumjs-testrpc

0 commit comments

Comments
 (0)