Skip to content

thinkcirrus/framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

framework

Requirements

Requirements:

  • Install Node 9+
  • Install npm 5+
  • Install Zeppelin - npm install [email protected]
  • Install truffle - npm install -g truffle

##Building Uses truffle.

Some commands

Compile contracts in contract directory:

truffle compile

Run token migrations on migrations directory:

truffle migrate --network gapp (when using Ganache.app) truffle migrate --network local (when using ganache-cli) truffle develop truffle(develop)> migrate (when using develop option)

Running tests that are in the test directory:

truffle test

Viewing network configuration:

truffle networks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%