happypl
77 条记录
-
+1
发布评论 · 2022-06-16 11:18 先用hardhat部署合约,然后在test中写test.js文件,用ethers操作,就是要会用ethers。
-
+1
发布评论 · 2022-06-15 09:33 是楼上说的, 在hardhat.config.js 里直接配置你的 metamask 账号。是一个方法。...
-
+1
点赞 · 2022-06-15 09:31 请问hardhat部署合约,怎么直接在constructor里用指定地址发送交易呢?
-
+1
发布评论 · 2022-06-14 15:44 在部署脚本里直接写就好了,部署脚本的时候不是已经把私钥放在hardhat.config.js里了...
-
+2
发起提问 · 2022-06-14 15:36 请问hardhat部署合约,怎么直接在constructor里用指定地址发送交易呢?
-
+1
发布评论 · 2022-06-12 14:45 你是不是重启了 hardhat 节点,而合约依赖了硬编码的地址,导致合约地址上没有对应函...
-
+1
发布评论 · 2022-06-12 14:43 你是不是重启了 hardhat 节点,而合约依赖了硬编码的地址,导致合约地址上没有对应函...
-
+2
发起提问 · 2022-06-10 11:26 hardhat发送交易遇到function selector was not recognized and there's no fallback...
-
+5
回答问题 · 2022-06-03 15:36 遇到报错:Indexed expression has to be a type, mapping or array
-
+2
发起提问 · 2022-06-03 15:20 遇到报错:Indexed expression has to be a type, mapping or array