Help me out how do i resolve the issue of ethereum smartcontract for getting my wallet when i enter my private key in the text area
Use WalletUtils functionality
The WalletUtils class can be used to load your credentials from various
formats:
WalletUtils.loadCredentials(String password,String source)
WalletUtils.loadBip39Credentials(String password,String mnemonic)
WalletUtils.loadBip39Credentials(String password,String mnemonic)
WalletUtils.loadJsonCredentials(String password,String content)
http://docs.web3j.io/latest/transactions/credentials/#use-walletutils-functionality
These are the methods provided by the web3j library can anyone help me out to import my wallet from
ethereum using private key??