/vesting

Token Vesting Smart Contract

Primary LanguageJavaScript

Vesting Tokens

A vesting contract to vest ERC20 tokens and release after a certain amount of time.

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help