What is TRUFFLE?
It is a development environment, testing framework and asset pipeline for Ethereum, aiming to make life as an Ethereum developer easier. With this, you get built-in smart contract compilation, linking, deployment and binary management, Interactive console for direct contract communication and much more.
SMART CONTRACTS MADE SWEETER
Truffle is the most popular development framework for Ethereum with a mission to make your life a whole lot easier.
npm install truffle -g
FEATURES
Smart Contract Lifecycle Management
Truffle takes care of managing your contract artifacts so you don’t have to. Includes support for custom deployments, library linking and complex Ethereum applications.
Automated Contract Testing
Bring your dapp development to the 21st century. Write automated tests for your contracts in both JavaScript and Solidity, and get your contracts developed quickly.
Scriptable Deployment & Migrations
Write simple, manageable deployment scripts that acknowledge your application will change over time. Foster your dapp’s evolution and ensure you can maintain your contracts far into the future.
Simple Network Management
Don’t manage network artifacts ever again. Let Truffle do it for you, and put your focus on dapp development where it belongs.
Powerful Interactive Console
Use Truffle to save time and talk to your contracts via an interactive console, which includes access to all your built contracts and all available Truffle commands.
External Script Runner
Use Truffle to Bootstrap your contracts and run a network-aware script, without hassle.
official trufflesuite.com
src stackshare.io/truffle