gpt4 book ai didi

ethereum - web3 getAccounts 未得到解决

转载 作者:行者123 更新时间:2023-12-02 20:15:28 27 4
gpt4 key购买 nike

web3.eth.getAccounts() 不适合我。下面的代码在执行时显示“错误”(被拒绝)。我正在使用 web3 1.0.0 beta-46。我正在学习 Stephen Grider 的教程视频,他使用了 beta-26,这是版本相关的问题还是我做错了什么?

const assert = require('assert');
const ganache = require('ganache-cli');
const Web3 = require('web3');
const web3 = new Web3(ganache.provider());

web3.eth.getAccounts()
.then(fetchedAccounts => {
console.log(fetchedAccounts);
},() => {
console.log("error");
});

最佳答案

我自己没有尝试过,但这似乎是最新版本的 web3 的一个错误。尝试使用 1.0.0 beta-37。

关于ethereum - web3 getAccounts 未得到解决,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54863714/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com