Web3j web3 = Web3j.build(new HttpService()); // 默认为http://localhost:8545/ Credentials credentials = WalletUtils.loadCredentials("password", "/path/to/walletfile");
如何使用 Web3j 连接 rinkeby 网络。
我尝试
"/path/to/walletfile"
通过元掩码帐户的私钥进行更改。没有成功。
我怎样才能让它工作?谢谢。