/spn-token

Primary LanguageJavaScriptMIT LicenseMIT

SportZchain Smart Contracts

Prerequsite

  • NodeJS >= v12.18.3

Installation

  1. clone repo
$ git clone https://github.com/sportzchain-core/spn-token.git
$ cd spn-token
  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