An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
besu/docs/Using-Pantheon/Account-Management.md

1.0 KiB

description: Using third party wallets for account management

Using Wallets for Key Management

Pantheon doesn't support key management inside the client. Use:

  • EthSigner with Pantheon to provide access to your key store and sign transactions.

  • Third-party tools (for example, MetaMask and web3j) for creating accounts.

In Pantheon, you can use the JSON-RPC methods:

!!! tip EthSigner implements eth_sendTransaction.