Ganache comes in two favours: a UI and CLI. Ganache UI is a desktop application supporting Ethereum technology.
Features:
- Fast and efficient for testing
- offers Ethereum Json RPC
- Mine block instantly and fast forward time
- Easy to use. It has UI desktop application which helps us to understand what is happening in broader view.
Installation on Windows:
Step 1: Go to this page: https://trufflesuite.com/ganache/ and click the download.
Step 2: Once downloaded, Open that file and click install. It will install the ganache CLI and UI desktop application on the windows.
Step 3: After the installation, Ganache application is now available.
- If you have problem after the installation, Go to settings -- Installed Apps -- Ganache and Scroll down and click Repair.
- Still facing some issues then you can reinstall it again using the appx file you downloaded before.
- Still the same issue then Go to this page https://github.com/trufflesuite/ganache-ui/releases and scroll down a little lower and try install the Ganache-2.7.1-win-x64-setup.exe file and install it.
Open the Ganache App, Now you have two Options Quick start and Create Workspace.
Quick start: temporarily create the data and once you stop or close the ganache application, the data you modified in the network will lost.
Workspace: It will create new network in local and data won't loss [Permanent usage].
Comments
Post a Comment