EVM API

Demex provides EVM-compliant JSON-RPCs (HTTP and WebSocket) endpoints that allows interaction with the EVM like any other EVM chain. This allows clients to send Ethereum-formatted transactions or use Web3 libraries to query the chain.

However, do note that you will only be able to interact with the Demex L1 modules via specific precompiles. See the EVM section for more details.

For the complete list of Ethereum JSON-RPC methods, see here.

Endpoints

HTTP

Mainnet: https://evm-api.carbon.network

Testnet: https://test-evm-api.carbon.network

WebSocket

Mainnet: wss://evm-ws.carbon.network

Testnet: wss://test-evm-ws.carbon.network

Last updated

Was this helpful?