TRUFFLE
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
GITHUB REPO DOCS
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.
Learn MoreAutomated 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.
Learn MoreScriptable 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.
Learn MoreSimple 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.
Learn MorePowerful 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.
Learn MoreExternal Script Runner
Use Truffle to bootstrap your contracts and run a network-aware script, without hassle.
Learn More