Skip to content

Commit 771a197

Browse files
authored
Update links in README
1 parent 7be5f6d commit 771a197

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ npm install
2121

2222
## Contracts
2323

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.
2525
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)
2828
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
2929
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
3131
the TGE in excess of $10M for a fixed period of time (24 or 48 months depending on the total amount received) releasing
3232
part of the funds to the foundation in a monthly basis with a distribution skewed towards the end (most of the funds are
3333
released by the end of the MVM lifetime). Token holders can send their tokens to the MVM in exchange of eth at a rate
3434
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
3636
that the foundation receives for long-term funding (starts after the MVM finishes, with same duration as the MVM: 2 or 4 years)
3737
and the 12.8% extra tokens that the founders receive (1y cliff, 4y total). Both are created during the Crowdsale finalization.
3838

0 commit comments

Comments
 (0)