andrexbass / token-vesting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Solidity 61.4%Language:JavaScript 38.0%Language:Shell 0.6%