Product attributes
Other attributes
Truffle is a framework for building, testing, and deploying applications on the Ethereum network that was founded by Tim Coulter. The Truffle Framework consists of three primary development frameworks for Ethereum smart contract and decentralized application (dApp) development called Truffle, Ganache, and Drizzle.
Truffle is made for building dApps using the Ethereum Virtual Machine (EVM) by providing a development environment, testing framework, and asset pipeline.
Ganache is a personal blockchain that allows developers to create smart contracts, dApps, and test software that is available as a desktop application and command-line tool for Windows, Mac, and Linux.
Drizzle is a custom built front-end development library based around the JavaScript library Redux that is capable of automatically synchronizing contract data, transaction data, and other data.