mist 下载地址
https://github.com/ethereum/mist
在这里我先默认你已经安装过nodejs,因为如果没有的话前面的视频也是无法进行的。
除了node之外我们还需要安装meteor和yarn,如果不知道从哪里下载可以使用下面的命令。
$ curl https://install.meteor.com/ | sh
$ curl -o- -L https://yarnpkg.com/install.sh | bash
其他的内容最好直接从视频中查看。