npm install
truffle compile
truffle develop
migrate --reset --compile-all
Edit the truffle-config.js
file and add a new entry under networks
. Then run:
truffle migrate --reset --compile-all --network YOUR_NETWORK
Icewater Controller (work in progress) contract for preliminar code review/audit.
SolidityMIT