Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

File metadata and controls

17 lines (12 loc) · 401 Bytes

Vesting

Requirements

  1. Node (v14+)
  2. Truffle, which you can install with npm install -g truffle
  3. Ganache
  4. Install @openzeppelin/contracts

The ./contracts/Vesting.sol contains the solidity contract and ./test/testVesting.test.js contains the tests.

To run tests clone the repo and execute the following command:-

truffle test

(The tests take 2-3 minutes to complete)