-
Notifications
You must be signed in to change notification settings - Fork 12k
Examples on TokenTimeLock and TokenVesting #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agreed @xiaoyao1991! There are no examples currently. |
@xiaoyao1991 unit test are providing a good start or in solidity uint256 public constant VESTING_CLIFF = 1 years; MintableToken token = new MintableToken(); |
@cedricwalter Thanks! I'll take a look |
Thanks for the awesome contributions Zeppelin team. I wonder if there're any examples or tutorials on how to use TokenTimeLock and TokenVesting specifically?
The text was updated successfully, but these errors were encountered: