Brownie
Learn how to deploy an ERC-20 Token using Brownie.
Learn how to deploy an ERC-20 Token using Brownie.
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.
Read logs and events emitted
Detail explain of CrossSpaceCall contract
Useful utilities contract addresses for Conflux eSpace
Mapped addresses in cross-space operations
EVM Compatibility of Conflux eSpace
Deploying smart contracts using Hardhat and Foundry
ECDSA (Elliptic Curve Digital Signature Algorithm) is a widely used digital signature algorithm in blockchain and cryptocurrency. It has the following characteristics:
Introduction to EIP-712
JSON-RPC compatibility with Ethereum
Make NFTS using Conflux Scaffold
This page is meant to provide a quick overview of the different SDKs you can use when developing on Conflux eSpace.
Deploying an ERC-20 Token using Remix IDE
Learn how to Use Pyth Oracle on Conflux eSpace to Retrieve CFX Price
Enterprise-grade providers offering access to Conflux.
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.
Learn how to leverage Scaffold-Eth 2 components to make your Conflux App
Deploying contract using thirdweb
Conflux eSpace initially supports transactions in the Ethereum 155 format (legacy transactions). After the v2.4.0 hardfork, it starts to accept type-1 (EIP-2930) and type-2 (EIP-1559) format transactions. This compatibility enables seamless transition for mainstream Ethereum SDKs and tools. Type-3 transactions (EIP-4844) are currently not supported.
This page is meant to guide you through the basics on how to use web3.js when developing on Conflux eSpace.
This page is meant to guide you through the basics on how to use web3.py when developing on Conflux eSpace.