Skip to content

Commit cec35f2

Browse files
author
Stavros
committed
readme fixes
1 parent 2b39bb3 commit cec35f2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ GENERAL INFO
33

44
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.
55

6-
Presale phase
7-
-------------
6+
Presale phase 25/10
7+
-------------------
88

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.
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 sale contract, so sale needs to be deployed before presale is finalized.
1010

11-
Sale phase
12-
-------------
11+
Sale phase 15/11
12+
----------------
1313

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.
14+
Sale uses the contracts GetCrowdsale, GetPricingStrategy and GetFinalizeAgent, following the TokenMarketNet structure for Crowdsales. Pricing consists of four flat prices per coin (tiers) chosen depending on the amount of wei invested already in the sale. Sale 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, which will cause the contract to move to Refunding mode if it is not reached. When sale is finalized, tokens are minted to User Growth Multisig, Stability Fund Multisig and the Bounty Fund Multisig.
1515

1616
INSTALLATION - TESTING
1717
======================
@@ -33,7 +33,7 @@ Note: after running tests you need to restart testrpc or migrate again, because
3333
7. structure
3434
- In token_market_net/ -- only token_market_net contracts.
3535
- In node_modules/zeppelin-solidity/contracts -- OpenZeppelin contracts.
36-
- in util/ -- test helpers and some parity helpers (to update addressbook).
36+
- in util/ -- test helpers and some parity helpers (to update address_book.json).
3737
- The Get.... contracts are the GET ico contracts
3838

3939
Note that in truffle.js network_id 42 is mandatory for kovan.

0 commit comments

Comments
 (0)