/token-vesting

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

SportZchain Token Vesting Smart Contracts

Prerequsite

  • NodeJS >= v12.18.3

Installation

  1. clone repo
$ git clone https://github.com/sportzchain-core/token-vesting.git
$ cd token-vesting
  1. copy .env.example file & rename it to .env

  2. add relevant data as mentioned in it

  3. install node modules

$ npm i
  1. compile contracts
$ npm run compile
  1. test contracts
$ npm run test