Web3j web3 = Web3j.build(new HttpService()); // defaults to http://localhost:8545/ Credentials credentials = WalletUtils.loadCredentials("password", "/path/to/walletfile");
How to connect rinkeby network using Web3j.
I try to change
"/path/to/walletfile"
by a private key of metamask account. Without success.
How can I make it works? Thx.