Geth是什么?
Geth 又名Go Ethereum. 是以太坊协议的三种实现之一,由Go语言开发,完全开源的项目。Geth 可以被安装在很多操作系统上,包括Windows、Linux、Mac的OSX、Android或者IOS系统
Geth官网:https://geth.ethereum.org/
Geth的Github地址:https://github.com/ethereum/go-ethereum
Geth能干什么
Geth是以太坊协议的具体落地实现,通过Geth,你可以实现以太坊的各种功能,如账户的新建编辑删除,开启挖矿,ether币的转移,智能合约的部署和执行等等
Geth安装
安装文档:https://ethereum.github.io/go-ethereum/install/
这里演示在MacBook上的安装,Linux&Windows系统的人请参照文档。
brew tap ethereum/ethereum
brew install ethereu