雕虫小技
文章平均质量分 54
尾张大
这个作者很懒,什么都没留下…
展开
-
web3 批量请求 BatchRequest batch.execute()
web3.js BatchRequest batch.execute() 批量请求示例这个是官方示例,用的时候一直有问题,不能正常调用。原因是,我的方法原来使用的是异步函数,但是batch.execute(),只能同步调用。Talk is cheap ,show me codeconst abi = [{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","output原创 2021-11-13 16:49:23 · 14871 阅读 · 1 评论 -
truffle verify Failed to connect to Etherscan API at url https://api-rinkeby.etherscan.io/api
在使用 truffle-plugin-verify 插件进行代码验证的时候,报错:~> truffle run verify BTCContract --network rinkeby Verifying BTCContractFailed to connect to Etherscan API at url https://api-rinkeby.etherscan.io/apiFailed to verify 1 contract(s): BTCContract根据提示来看:是连接不上原创 2021-11-08 15:47:23 · 1332 阅读 · 7 评论