Skip to content
wallet.page

Send transaction

The baseline wallet RPC for on-chain interaction. This demo submits a zero-value call to your own address so you can confirm signing and broadcasting without moving funds.

RPC: eth_sendTransaction({ from, to, value, data })

Raw Transaction

Although highly discouraged wallets can use the eth_sendRawTransaction RPC to send a raw transaction.

RPC: eth_sendRawTransaction(rawTransaction)