Skip to content

Commit ac997ba

Browse files
committed
Add LifChannels contract in README.md 🌈
1 parent 82cc448 commit ac997ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ npm install
2424
- [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.
2525
- [LifToken](blob/master/contracts/LifToken.sol): Smart token for the Winding Tree platform.
2626
Uses SmartToken and OpenZeppelin MintableToken and Pausable contracts.
27+
- [LifChannels](blob/master/contracts/LifChannels.sol): Implementation of simple state channels for Lif token holders.
2728
- [LifCrowdsale](blob/master/contracts/LifCrowdsale.sol): Implementation of the Lif Token Generation Event (TGE)
2829
Crowdsale: A 2 week fixed price, uncapped token sale, with a discounted rate for contributions during the private
2930
presale and a Market Validation Mechanism that will receive the funds over the USD 10M soft cap.

0 commit comments

Comments
 (0)