🗃️ Infrastructures
5 items
🗃️ SDKs
4 items
📄️ EVM Compatibility
EVM Compatibility of Conflux eSpace
📄️ JSON-RPC Compatibility
JSON-RPC compatibility with Ethereum
📄️ Transaction
eSpace's transaction is same as Ethereum 155 transaction, which means developers can use the same tools and libraries(ethers.js) to construct and send transaction. Currently Ethereum 1559 and EIP-2718 are not supported.
📄️ eSpace Mapped Addresses(Cross Space)
Mapped addresses in cross-space operations
📄️ CrossSpaceCall Contract
Detail explain of CrossSpaceCall contract
📄️ Run an eSpace Node
eSpace and Core Space share a common node program, so please refer to the Core Space Node Operation Guide for running a node. Below are some eSpace specific configurations.
📄️ Deployed Contracts
Useful utilities contract addresses for Conflux eSpace
📄️ CIP-90
Conflux has a virtual machine that is similar to the EVM. However, there are still some considerable differences between Conflux and Ethereum. Conflux uses a different transaction format and a different rule for generating addresses from public keys. These differences often make it hard to port EVM compatible dApps to Conflux. Replacing CIP-72 and CIP-80, CIP-90 introduces a transaction execution environment called the Conflux eSpace. eSpace achieves full EVM compatibility without changing the existing accounts and transactions.