如何在Web3j中的infura上使用凭证钱包路径和元任务帐户



Web3j-web3=Web3j.build(new HttpService(((;//默认为http://localhost:8545/Credentials Credentials=WalletTils.loadCredentials("password","/path/to/walletfile"(;

  1. 如何使用Web3j连接rinkeby网络。

  2. 我试图通过元任务帐户的私钥更改"/path/to/walletfile"。没有成功。

如何使其工作?Thx。

一个简单的方法是使用私钥。在元任务中单击"帐户详细信息"one_answers"导出私钥"。

然后使用Credentials.create("YourPrivateKey")

相关内容

  • 没有找到相关文章

最新更新