From 3b80ba6c5060ccb8ad00ae7b5f401fe9c15e8b93 Mon Sep 17 00:00:00 2001 From: Rhain Date: Tue, 12 Oct 2021 10:52:03 +0800 Subject: [PATCH 1/2] dd --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 353764a..60a4480 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ 使用web3.js 操作ERC20 token。简单的demo。 使用的ganache 来启动区块链。 -ganache 使用方法参考官方文档。 +ganache 使用方法参考官方文档。2222 在使用这个功能之前,你需要先使用remix 在ganache 的链上发一个token, 然后在remix中把token 的detail中的abi 信息复制到index.html 中,同时也要把token的合约地址复制过来。 ganache启动后会默认创建10个账户,使用了第一个账户 +1111 然后你可以愉快的玩耍了。 @@ -15,7 +16,7 @@ ganache启动后会默认创建10个账户,使用了第一个账户 console.log(1) console.log(1) console.log(1) -console.log(1) +console.log(122) console.log(1) console.log(1) console.log(1) From affbdaa41b69166894e1636a6d00a5de3047bc17 Mon Sep 17 00:00:00 2001 From: Rhain Date: Tue, 19 Oct 2021 15:18:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=A4=9A=E5=B0=91=E5=B2=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a4480..426f554 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ -使用web3.js 操作ERC20 token。简单的demo。 使用的ganache 来启动区块链。 ganache 使用方法参考官方文档。2222 @@ -6,6 +5,8 @@ ganache 使用方法参考官方文档。2222 在使用这个功能之前,你需要先使用remix 在ganache 的链上发一个token, 然后在remix中把token 的detail中的abi 信息复制到index.html 中,同时也要把token的合约地址复制过来。 +新的段落 + ganache启动后会默认创建10个账户,使用了第一个账户 1111