eth_sendTransaction
Last updated
Last updated
The eth_sendTransaction
JSON-RPC method is not supported because chainRPC doesn't store the user's private key required to sign the transaction. Use instead.
In the Web3 tutorial, we use , which in turn signs the transaction locally using the private key of the account, and sends the transaction via , which is a wrapper for .