10000 GitHub - fundle/fundle
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fundle/fundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fundle

Quick Start:

npm install -g truffle
npm install -g solium 
npm install -g testrpc

# in fundle directory
solium --init

# Start the test chain (needed for running tests)
testrpc

Useful bash commands:

source scripts

Will make available the following:

  fnd compile  - Compile (with linting)
  fnd test     - Run tests (with linting)
  fnd lint     - Run the Solium linter on its own
  fnd migrate  - Run migrations
  fnd help     - Show this again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0