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
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,8 @@ npm install
21
21
22
22
## Contracts
23
23
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
-
-[LifToken](blob/master/contracts/LifToken.sol): Smart token for the Winding Tree platform.
26
-
Uses SmartToken and OpenZeppelin MintableToken and Pausable contracts.
24
+
-[LifToken](blob/master/contracts/LifToken.sol): ERC827 token for the Winding Tree platform.
25
+
Uses OpenZeppelin ERC827Token, StandardToken, BurnableToken, MintableToken and PausableToken contracts.
27
26
-[LifChannels](blob/master/contracts/LifChannels.sol): Implementation of simple state channels for Lif token holders.
28
27
-[LifCrowdsale](blob/master/contracts/LifCrowdsale.sol): Implementation of the Lif Token Generation Event (TGE)
29
28
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
0 commit comments