如何在 Web3j 的 infura 上使用带有元掩码帐户的凭据钱包路径

how to use Credential wallet path with metamask account on infura in Web3j

Web3j web3 = Web3j.build(new HttpService()); // 默认为 http://localhost:8545/ 凭证凭证 = WalletUtils.loadCredentials("password", "/path/to/walletfile");

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

  2. 我尝试通过metamask帐户的私钥更改"/path/to/walletfile"。没有成功。

我怎样才能让它发挥作用? 谢谢

一种简单的方法是使用您的私钥。在 metamask 中单击 "account details" 和 "export private key"。

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