##Truffle-Contract development
This is a slimmed down fork of Truffle. This is suitable for unit testing. Additionally, the abi and bytecode are built when compiling contracts.
Truffle is a development environment, testing framework and asset pipeline for Ethereum, aiming to make life as an Ethereum developer easier. With Truffle, you get:
- Built-in smart contract compilation, linking, deployment and binary management.
- Automated contract testing with Mocha and Chai.
- Scriptable deployment & migrations framework.
- Network management for deploying to many public & private networks.
- Interactive console for direct contract communication.
Clone the repo then
$ npm install
To run
$ path/to/repo/cli.js [command]
Please see the Official Truffle Documentation for guides, tips, and examples.
Note that "build", "serve", "exec", and "watch" are no longer available commands.