最近读专栏的时候,发现好多个技术编辑把Mist,Ethereum Wallet和Geth这几个名词混用。
这几个概念确实是有很多相似的地方,而且还互相有包含的部分,十分容易混淆。但是仔细研读以太坊的官方文档,其实它们有很大的不同。
MIST:
Mist是一款电子应用程序,它是一个具有Web界面的桌面混合应用程序。这样可以加快Mist界面的开发和更改,并有助于使用Mist的浏览器部分。
官方文档的描述是:
Mist is an electron application, means it's a desktop hybrid application with a web interface. This allows faster development and changes of the Mist interface and helps with the browser part of Mist. Therefore some problems can come from electron itself.
官方下载和安装介绍:
https://github.com/ethereum/mist/releases
Ethereum Wallet
以太坊钱包只是MIST的一个实现。它只能访问唯一的DAPP,就是以太坊钱包。这是因为MIST缺少功能,因此才提前发布。
官方文档的描述是:
Ethereum Wallet is just a Mist implementation that can only access a single Dapp – the wallet dapp, this is due to missing features in Mist itself and so that we are able to release earlier.
官方下载和安装介绍:
https://github.com/ethereum/mist/releases
Geth:
Go的实现被称为Geth。 Geth已经过安全审计,并将成为面向最终用户的Mist Browser的未来基础,因此如果您有网络开发经验并且有兴趣为dapps构建前端,则应该试用Geth。
官方文档的描述是:
The Go implementation is called Geth. Geth has been audited for security and will be the future basis for the enduser-facing Mist Browser, so if you have experience with web development and are interested in building frontends for dapps, you should experiment with Geth.
官方下载和安装介绍:
https://ethereum.github.io/go-ethereum/downloads/
更多资料,请关注圆方园链圈
领取专属 10元无门槛券
私享最新 技术干货