Skip to content

SourinKar/Vesting

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • Solidity 40.1%