Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basic/01-web3js-deploy/README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const tx = await deployTx.send({
- Web3js中文文档(1.2.6):
https://learnblockchain.cn/docs/web3.js/web3-eth-contract.html
- 样例代码参考如下链接
https://docs.moonbeam.network/getting-started/local-node/deploy-contract/
https://docs.moonbeam.network/builders/ethereum/dev-env/
- Web3js使用参考文档:
https://www.dappuniversity.com/articles/web3-js-intro
- nodejs参考文档:
Expand Down
2 changes: 1 addition & 1 deletion basic/01-web3js-deploy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,6 @@ const tx = await deployTx.send({
# References

- Web3js Official Documents: https://web3js.readthedocs.io/en/v1.2.11/getting-started.html
- Code and Examples: https://docs.moonbeam.network/getting-started/local-node/deploy-contract/
- Code and Examples: https://docs.moonbeam.network/builders/ethereum/dev-env/
- How to use web3js: https://www.dappuniversity.com/articles/web3-js-intro
- Nodejs APIs Documents: http://nodejs.cn/api/fs.html