From 735c0b76f598b81007456a936648f593093c02af Mon Sep 17 00:00:00 2001 From: chenkai66 <48208922+chenkai66@users.noreply.github.com> Date: Thu, 11 Mar 2021 11:10:48 +0800 Subject: [PATCH] Update part3_web3js.md --- Blockchain/part3_web3js.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Blockchain/part3_web3js.md b/Blockchain/part3_web3js.md index d5f51d8..f81c973 100644 --- a/Blockchain/part3_web3js.md +++ b/Blockchain/part3_web3js.md @@ -16,7 +16,7 @@ - 虽然大多数在协议级别兼容,但这些网络通常具有特殊要求,以太坊客户端软件的维护人员、需要进行微小更改、以支持每个网络的功能或属性 -### 1.3、太坊的多种客户端 +### 1.3、以太坊的多种客户端 - [go-ethereum ( Go )](https://github.com/ethereum/go-ethereum) 官方推荐,开发使用最多 @@ -1148,4 +1148,4 @@ var myContractReturned = MyContract.new({ [以太坊私有链Geth控制台操作教程](https://www.jianshu.com/p/9fa31e4cdf4d) [尚硅谷区块链全套Go语言→GoWeb→以太坊→项目实战](https://www.bilibili.com/video/BV1sJ411D72u) -[web3.js 1.0中文手册](http://cw.hubwiz.com/card/c/web3.js-1.0/) \ No newline at end of file +[web3.js 1.0中文手册](http://cw.hubwiz.com/card/c/web3.js-1.0/)