GOAT Clash dApp Solidity smart contracts
npm install -g truffle
npm install
Compile and deploy contracts to local net:
truffle compile
truffle migrate [--reset]
--reset
redeploys and overwrites existing contracts
Start local Ganache node
truffle test
Start local node and unlock deployment address:
truffle migrate --network ropsten