ADI Chain is a fully EVM-compatible blockchain. It uses the standard Ethereum JSON-RPC methods for all wallet interactions.Documentation Index
Fetch the complete documentation index at: https://test-walletconnect-devin-1770734940-add-walletkit-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Network / Chain Information
| CAIP-2 | Chain ID | Name | RPC Endpoint | Explorer | Namespace |
|---|---|---|---|---|---|
eip155:36900 | 36900 | ADI Chain | https://rpc.adifoundation.ai | https://explorer.adifoundation.ai | eip155 |
RPC Methods
As an EVM-compatible chain, ADI Chain supports all standard Ethereum JSON-RPC methods. Wallets implementing ADI Chain support should refer to the EVM RPC documentation for the complete list of supported methods, including:personal_sign- Sign a messageeth_sign- Sign dataeth_signTypedData/eth_signTypedData_v4- Sign typed data (EIP-712)eth_sendTransaction- Send a transactioneth_signTransaction- Sign a transaction without broadcastingeth_sendRawTransaction- Broadcast a signed transaction