RPC & Contracts
RPC & API Endpoints
EVM-compatible JSON-RPC and REST APIs
ZENANET exposes EVM-compatible JSON-RPC endpoints and REST-style APIs for wallet integration, dApps, and backend systems.
Mainnet
JSON-RPC
https://evm.zenanet.ioEVM RPC (Alternate)
https://evm.zenanet.ioHTTP API
https://api.zenanet.ioTestnet
JSON-RPC
https://evm-testnet.zenanet.ioEVM RPC (Alternate)
https://evm-testnet.zenanet.ioHTTP API
https://api-testnet.zenanet.ioSupported JSON-RPC Methods
ZENANET supports all major Ethereum-compatible RPC methods, including:
eth_calleth_sendRawTransactioneth_estimateGaseth_getBalanceeth_getTransactionReceipteth_blockNumbereth_getLogseth_chainId
Summary
Use these endpoints to configure MetaMask, deploy smart contracts, or connect backend services to the ZENANET network.