Improve Web3j implementation (pow:web3j) to sign transactions using client wallet and unlock. Currently we use the same non-secure signer than in other implementations, but with web3j we could move signing to 3rd party client which we call using RPC.
Improve Web3j implementation (
pow:web3j
) to sign transactions using client wallet and unlock. Currently we use the same non-secure signer than in other implementations, but with web3j we could move signing to 3rd party client which we call using RPC.