Vesting A solidity contract for time based no cliff ERC20 token vesting. This contract can be used for vesting any amount of tokens over any time period. Testing Install dependencies first: npm install Run the test suite: truffle test