Skip to content

esportschain/esportstoken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  1. nodejs, and make sure it's version above 8.0.0
  2. npm
  3. truffle

Build

  1. First run npm install to install node_modules.
  2. Then run truffle compile
  3. Run truffle migrate to deploy the contracts onto your network of choice (default "development").

Run tests

  1. git checkout unit-test
  2. run ./testrpc.sh in terminal
  3. run truffle test in another terminal to execute tests.

Deploy

About

Smart contracts for the esports token sale and ERC20 token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published