You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ npm install
24
24
-[SmartToken](blob/master/contracts/SmartToken.sol): Token based in the ERC20 standard with extra methods to transfer value and data and execute a call on transfer. Uses OpenZeppelin StandardToken.
25
25
-[LifToken](blob/master/contracts/LifToken.sol): Smart token for the Winding Tree platform.
26
26
Uses SmartToken and OpenZeppelin MintableToken and Pausable contracts.
27
+
-[LifChannels](blob/master/contracts/LifChannels.sol): Implementation of simple state channels for Lif token holders.
27
28
-[LifCrowdsale](blob/master/contracts/LifCrowdsale.sol): Implementation of the Lif Token Generation Event (TGE)
28
29
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
29
30
presale and a Market Validation Mechanism that will receive the funds over the USD 10M soft cap.
0 commit comments