harmony-dev / beacon-chain-java

Java implementation of Ethereum 2.0 Beacon Chain
Apache License 2.0
34 stars 9 forks source link

Eth1 client signing via web3j #169

Open zilm13 opened 5 years ago

zilm13 commented 5 years ago

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.