Skip to content

goatcash/clash-contract

Repository files navigation

GoatClash Solidity smart contracts

GOAT Clash dApp Solidity smart contracts

https://clash.goat.cash

https://goat.cash

Installing

npm install -g truffle
npm install

Building Smart Contracts

Compile and deploy contracts to local net:

truffle compile
truffle migrate [--reset]

--reset redeploys and overwrites existing contracts

Testing contracts

Start local Ganache node

truffle test

Migrate

Start local node and unlock deployment address:

truffle migrate --network ropsten

Releases

No releases published

Packages

No packages published