$ git clone https://github.com/DOSNetwork/smart-contracts$ npm install$ npm -g install truffle$ npm -g install ganache-clior installing its graphic interface- Required truffle/solcjs version: >= 0.5
$ truffle compile
$ ganache-cli$ truffle migrate --reset
$ truffle compile --all$ truffle migrate --reset --network rinkeby --skip-dry-run
$ truffle compile --all$ truffle migrate --reset --network live --skip-dry-run
$ ganache-cli -a 20; // Config more than 10 test accounts$ truffle test
See deployed.json.