Skip to main content
Read data from smart contracts and execute write operations using Para’s wallet infrastructure.
Sepolia examples need testnet ETH before writing contracts. Get requestFaucetAsync from useRequestFaucet() and call requestFaucetAsync({ chain: "ETHEREUM_SEPOLIA" }) after the user has an EVM wallet. If chain is omitted, the faucet defaults to ETHEREUM_SEPOLIA. See Fund Testnet Wallet for the full example.
Wagmi is not available on React Native. Use Ethers.js or Viem for EVM operations.

Read Contract Data

Write Contract Data

Next Steps