Skip to content
1398e47fb2
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Dev:

  • $ git clone https://github.com/DOSNetwork/eth-contracts
  • $ npm install
  • $ npm -g install truffle
  • $ npm install -g ganache-cli or installing its graphic interface
  • Required truffle/solcjs version: >= 0.5

Compile:

  • $ truffle compile

Deploy:

  • $ ganache-cli
  • $ truffle migrate --reset

Test:

  • $ ganache-cli -a 20; // Config more than 10 test accounts
  • $ truffle test
You can’t perform that action at this time.