AbdelStark / token-vesting-contracts

ERC20 token vesting smart contracts 💰⏳
Apache License 2.0
193 stars 135 forks source link

is there any article/video explaining the development process? #2

Closed borsemayur2 closed 2 years ago

borsemayur2 commented 2 years ago

I'm trying to create token vesting contract where the admin can distribute the token to given addresses (eg. 5) evenly for 12 months with per minute release schedule. What modifications will be needed etc.

AbdelStark commented 2 years ago

No modification needed. This smart contract can handle this use case. Unfortunately there is no video or article.

borsemayur2 commented 2 years ago

Thanks