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 herearrow-up-right.

Endpoints

HTTP

Mainnet: https://evm-api.carbon.networkarrow-up-right

Testnet: https://test-evm-api.carbon.networkarrow-up-right

WebSocket

Mainnet: wss://evm-ws.carbon.networkarrow-up-right

Testnet: wss://test-evm-ws.carbon.networkarrow-up-right

Last updated

Was this helpful?