Update part3_web3js.md
This commit is contained in:
parent
3898bdc52e
commit
735c0b76f5
|
@ -16,7 +16,7 @@
|
||||||
- 虽然大多数在协议级别兼容,但这些网络通常具有特殊要求,以太坊客户端软件的维护人员、需要进行微小更改、以支持每个网络的功能或属性
|
- 虽然大多数在协议级别兼容,但这些网络通常具有特殊要求,以太坊客户端软件的维护人员、需要进行微小更改、以支持每个网络的功能或属性
|
||||||
|
|
||||||
|
|
||||||
### 1.3、太坊的多种客户端
|
### 1.3、以太坊的多种客户端
|
||||||
|
|
||||||
- [go-ethereum ( Go )](https://github.com/ethereum/go-ethereum)
|
- [go-ethereum ( Go )](https://github.com/ethereum/go-ethereum)
|
||||||
官方推荐,开发使用最多
|
官方推荐,开发使用最多
|
||||||
|
@ -1148,4 +1148,4 @@ var myContractReturned = MyContract.new({
|
||||||
[以太坊私有链Geth控制台操作教程](https://www.jianshu.com/p/9fa31e4cdf4d)
|
[以太坊私有链Geth控制台操作教程](https://www.jianshu.com/p/9fa31e4cdf4d)
|
||||||
|
|
||||||
[尚硅谷区块链全套Go语言→GoWeb→以太坊→项目实战](https://www.bilibili.com/video/BV1sJ411D72u)
|
[尚硅谷区块链全套Go语言→GoWeb→以太坊→项目实战](https://www.bilibili.com/video/BV1sJ411D72u)
|
||||||
[web3.js 1.0中文手册](http://cw.hubwiz.com/card/c/web3.js-1.0/)
|
[web3.js 1.0中文手册](http://cw.hubwiz.com/card/c/web3.js-1.0/)
|
||||||
|
|
Loading…
Reference in New Issue