如何启动GANACHE etheruim客户端,如下图所示?

时间:2018-02-11 06:58:43

标签: ethereum

enter image description here

我通过以下推荐安装了ganache-cli

 npm install -g ganache-cli

我已下载文件

  

伽纳彻-1.1.0-beta.0-x86_64.AppImage

当我点击该图片时 一些过程完成后,注意到幸福,然后我关闭它 当我再次点击它再次保存文件如下

伽纳彻-1.1.0-beta.0-x86_64.AppImage.par2

参考:http://truffleframework.com/docs/ganache/using

我的观点是: 如何启动GANACHE etheruim客户端,如下图所示

3 个答案:

答案 0 :(得分:3)

Download Ganache下载AppImage,无需安装即可运行 如果它不可执行,那就去做吧。这是命令:

chmod a+x ganache-1.1.0-x86_64.AppImage

enter image description here

答案 1 :(得分:0)

正如在Git repo上写的那样“/ trufflesuite / ganache-cli”cli是命令行工具:
“Ganache CLI,是以太坊开发工具Truffle套件的一部分,是Ganache的命令行版本,是您用于以太坊开发的个人区块链。”

您可以从图片中下载带有用户界面的

  • 关于Git repo“trufflesuite / ganache”(“Ganache.appx”就是其中之一)
  • 在他们的网页here

答案 2 :(得分:0)

参考下文。而且,让我给你一些步骤。

从GIT下载Ganache后,解压缩并转到该文件夹​​。然后是两个命令。

npm install 
npm start

就是这样。

https://medium.com/@erdoganbavas/how-to-install-ganache-on-windows-10-1c9b6b3361ab