From fbe308b32a8ff88bcbc55260b613bf09ed9e2b60 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:38:27 +0200 Subject: [PATCH 1/2] Update README-cn.md --- basic/01-web3js-deploy/README-cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/01-web3js-deploy/README-cn.md b/basic/01-web3js-deploy/README-cn.md index 363101502..a34743ff5 100644 --- a/basic/01-web3js-deploy/README-cn.md +++ b/basic/01-web3js-deploy/README-cn.md @@ -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参考文档: From 829f57304c8bcae601b6e3a96f70d14578794a00 Mon Sep 17 00:00:00 2001 From: Maximilian Hubert <64627729+gap-editor@users.noreply.github.com> Date: Sat, 26 Apr 2025 23:38:52 +0200 Subject: [PATCH 2/2] Update README.md --- basic/01-web3js-deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic/01-web3js-deploy/README.md b/basic/01-web3js-deploy/README.md index 5e5ef533e..26393bcb1 100644 --- a/basic/01-web3js-deploy/README.md +++ b/basic/01-web3js-deploy/README.md @@ -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