NewTruffle is a fork which support NewChain.
$ npm install -g newtruffle
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.
TBD
TBD
MIT