Path 1 — RPC shortcut (testnet)
yc_sendTransaction signs with a provided private key server-side. Useful for scripts
and demos. Not for production.
Path 2 — Client-signed raw tx
Sign locally, submit viaeth_sendRawTransaction.
From raw RPC to signed ethers.js calls.
yc_sendTransaction signs with a provided private key server-side. Useful for scripts
and demos. Not for production.
eth_sendRawTransaction.