Aditya Kumar Tiwari
Coinmonks
Published in
2 min readMar 3, 2022

What is Ganache? How to use it for blockchain project development?

Ganache is a personal blockchain for rapid Ethereum and Corda distributed application development. You can use Ganache across the entire development cycle; enabling you to develop, deploy, and test your dApps in a safe and deterministic environment. In short it is your local blockchain simulator.

You can download Ganache from HERE for any operating system.

Ganache Home page
Ganache Landing page

Here you can Quick start to start from scratch or you can create new workspace for any specific project. The advantage of workspace is that your all address will be always remain same so that you can get all your transaction and deployment related data.

Account Page
Account Page

Here you will get 10 addresses with 100 eth in each address. These are fake ether with no real value. I know this hurts you but we are not here to get eth. We are here to learn blockchain dApps development. So You can use these fake eth for gas fees and for testing transactions. Use these addresses.

You can also add your Ganache Network with MetaMask using Ganache RPC server and Network ID. I have added one article regarding adding networks to Metamask HERE. You can take reference from here. Also you can add your Ganache address to MetaMask using address private key. You can get your private key by clicking KEY button in front of address.

Also you can check every think happening in blockchain, By checking blocks, transactions, contracts and events.

I hope this will help you, Thank you so much

Happy Reading

Join Coinmonks Telegram Channel and Youtube Channel learn about crypto trading and investing

Also, Read

--

--