@@ -21,18 +21,18 @@ npm install
21
21
22
22
## Contracts
23
23
24
- - [ LifToken] ( blob/master/ contracts/LifToken.sol) : ERC827 token for the Winding Tree platform.
24
+ - [ LifToken] ( contracts/LifToken.sol ) : ERC827 token for the Winding Tree platform.
25
25
Uses OpenZeppelin ERC827Token, StandardToken, BurnableToken, MintableToken and PausableToken contracts.
26
- - [ LifChannels] ( blob/master/ contracts/LifChannels.sol) : Implementation of simple state channels for Lif token holders.
27
- - [ LifCrowdsale] ( blob/master/ contracts/LifCrowdsale.sol) : Implementation of the Lif Token Generation Event (TGE)
26
+ - [ LifChannels] ( contracts/LifChannels.sol ) : Implementation of simple state channels for Lif token holders.
27
+ - [ LifCrowdsale] ( contracts/LifCrowdsale.sol ) : Implementation of the Lif Token Generation Event (TGE)
28
28
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
29
29
presale and a Market Validation Mechanism that will receive the funds over the USD 10M soft cap.
30
- - [ LifMarketValidationMechanism] ( blob/master/ contracts/LifMarketValidationMechanism.sol) (MVM): holds the ETH received during
30
+ - [ LifMarketValidationMechanism] ( contracts/LifMarketValidationMechanism.sol ) (MVM): holds the ETH received during
31
31
the TGE in excess of $10M for a fixed period of time (24 or 48 months depending on the total amount received) releasing
32
32
part of the funds to the foundation in a monthly basis with a distribution skewed towards the end (most of the funds are
33
33
released by the end of the MVM lifetime). Token holders can send their tokens to the MVM in exchange of eth at a rate
34
34
that complements the distribution curve (the rate is higher at the beginning of the MVM and goes towards 0 by the end of it).
35
- - [ VestedPayment.sol] ( blob/master/ contracts/VestedPayment.sol) : Handles two time-locked payments: The 5% extra tokens
35
+ - [ VestedPayment.sol] ( contracts/VestedPayment.sol ) : Handles two time-locked payments: The 5% extra tokens
36
36
that the foundation receives for long-term funding (starts after the MVM finishes, with same duration as the MVM: 2 or 4 years)
37
37
and the 12.8% extra tokens that the founders receive (1y cliff, 4y total). Both are created during the Crowdsale finalization.
38
38
0 commit comments