mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 07:27:55 -05:00
1.3 KiB
1.3 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:
eth_getBalanceto obtain the account balanceeth_sendRawTransactionto transfer ether or create and interact with contracts (for more information, refer to Transactions).eea_sendRawTransactionto send private transactions.
!!! tip
EthSigner implements eth_sendTransaction
and eea_sendTransaction.