ConnectedWallet
objects export a standard EIP-1193 provider object. This allows your app to request signatures and transactions from the wallet, using familiar JSON-RPC requests like personal_sign
or eth_sendTransaction
.
viem
, ethers
, or wagmi
signMessage
and sendTransaction
methods to customize the signature and transaction prompts for usersConnectedWallet
object’s getEthereumProvider
method:
wagmi
or viem
.