Skip to content

xiawu/NewTruffle

 
 

Repository files navigation

NewTruffle is a fork which support NewChain.

Install

$ npm install -g newtruffle

Quick Usage

For a default set of contracts and tests, run the following within an empty project directory:

$ newtruffle init

From there, you can run newtruffle compile, newtruffle migrate and newtruffle test to compile your contracts, deploy those contracts to the network, and run their associated unit tests.

Documentation

TBD

Development

TBD

License

MIT

About

The blockchain development framework for NewChain

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 79.1%
  • Solidity 12.2%
  • TypeScript 8.5%
  • Other 0.2%