Lesson 05: Deploy to Ganache and Beyond
The final lesson shows how to move from the built-in Truffle chain to Ganache, which provides a graphical local blockchain for testing. The PDF also mentions older Ethereum test networks like Ropsten and Rinkeby as examples of network configuration. fileciteturn0file0
Configure Ganache in truffle-config.js
Deploy to Ganache
Ganache lets you inspect accounts, blocks, logs, and transaction hashes visually, making it easier for beginners to understand what happens during deployment. The PDF illustrates comparing the transaction hash in Truffle with the one shown in Ganache. fileciteturn0file0
About public test networks
The PDF also includes examples for older networks such as Ropsten and Rinkeby. Those sections are mainly useful for understanding how network blocks are added to the Truffle config. For a modern refresh, you may want to replace them later with currently supported testnets.
Download the MetaCoin Truffle Project