Skip to content

Icewater Controller (work in progress) contract for preliminar code review/audit.

License

Notifications You must be signed in to change notification settings

letsgitcracking/icewater_public_review

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

npm install

To compile

truffle compile

To deploy in the dev environment

truffle develop
migrate --reset --compile-all

To deploy in a new network

Edit the truffle-config.js file and add a new entry under networks. Then run:

truffle migrate --reset --compile-all --network YOUR_NETWORK

About

Icewater Controller (work in progress) contract for preliminar code review/audit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 84.5%
  • JavaScript 15.5%