只需要俩个命令
文章目录
- 快速安装
- 拓展
- 什么是 Geth?
- 参考:
快速安装
安装geth
brew install geth
安装轻节点
geth --syncmode light
打开交互窗口
geth attach
至此,你就可以通过web3js交互调用了~

只需要俩个命令
安装geth
brew install geth
安装轻节点
geth --syncmode light
打开交互窗口
geth attach
至此,你就可以通过web3js交互调用了~