跳到主要内容

22 篇文档带有标签「Conflux eSpace」

查看所有标签

Brownie

学习如何使用 Brownie 部署 ERC-20 代币。

CIP-90

Conflux 有一个类似于 EVM 的虚拟机。 然而,Conflux 和以太坊之间仍然有一些相当大的区别。 Conflux 使用不同的交易格式,其从公钥生成地址的规则也与以太坊不同。 这些差异通常使得将 EVM 兼容的 dApps 移植到 Conflux 变得困难。 CIP-90 用 Conflux eSpace 替换了 CIP-72 和 CIP-80,引入了一个称为 Conflux eSpace 的交易执行环境。 eSpace 实现了完全的 EVM 兼容性,而不改变现有的账户和交易。

How to use ECDSA Signature

ECDSA (Elliptic Curve Digital Signature Algorithm) is a widely used digital signature algorithm in blockchain and cryptocurrency. It has the following characteristics:

Retrieve Price

Learn how to Use Pyth Oracle on Conflux eSpace to Retrieve CFX Price

RPC 提供商

企业级服务提供者为使用 Conflux 提供了机会。

web3.js

This page is meant to guide you through the basics on how to use web3.js when developing on Conflux eSpace.

web3.py

This page is meant to guide you through the basics on how to use web3.py when developing on Conflux eSpace.

交易

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 provide a quick overview of the different SDKs you can use when developing on Conflux eSpace.

运行 eSpace 节点

eSpace 和 Core Space 共用一个节点程序,请参考 Core Space 节点操作指南 来运行节点。 以下是一些特定于 eSpace 的配置。