Install Ganache under windows

Install Ganache under windows

Introduction

TestRPC simulates an Ethereum environment by using memory locally, and provides command-line functions to query the status of Ethereum.

Later, TestRPC changed its name to Ganache CLI and became an important member of truffle, and Ganache refers to programs with a graphical interface.

download

At present, it is recommended to use the bottom exe file installation method instead of going to the official website

Go to the official website ( Truffle Suite - Truffle Suite ) and click download. Due to network problems abroad, sometimes it will not open

image-20220227144758586

  • Double-click to install automatically, but this method seems to be unable to modify the installation path

image-20220227145109841

  • Another way is to modify the suffix name to zip, decompress it directly, and double-click Ganache.exe under the app to run it directly

image-20220227145634827

image-20220227150323361

  • If the above methods fail to start ganache (mainly in circles), you need to use the mirrored exe file. The appx file on the official website is not compatible with the windows system.

You can download the exe file at the following URL, double-click to install

Ganache download | SourceForge.net

Guess you like

Origin blog.csdn.net/qq_50665031/article/details/123168225