📄️ 介绍
我们将为您快速介绍 Core Space。 它是一个类似于以太坊的智能合约平台。 如果您熟悉以太坊,这个指南将帮助您快速理解 Core Space。
📄️ Base32 地址
In Conflux, every account is associated with a pair of public and private keys, and is identified by an address. 本页面介绍地址在core space中的表示和计算方式。
📄️ 账户
本页面是为了提供有关 CORE SPACE ACCOUNTS 的信息。 Refer to General-Accounts for the overall introduction of the concept of ACCOUNTS.
📄️ 存储抵押
Conflux Core introduced the Collateral for Storage (CFS) mechanism as a pricing method for using storage. Compared to Ethereum's one-time storage fee, the CFS mechanism is more fair and reasonable. In principle, this mechanism requires locking a certain amount of funds as collateral to occupy storage space. This collateral remains locked until the corresponding storage space is either released or taken over by others. The interest generated by the locked collateral is directly allocated to miners for maintaining the storage space. Thus, the storage cost in Conflux also depends on the duration for which the storage space is occupied. Conflux has detailed this mechanism in chapter 7 of its Conflux Protocol Specification.
🗃️ Transactions
10 个项目
📄️ 代付机制
Conflux Core 空间实现了代付机制,来补贴智能合约的使用。 这允许余额为零的新账户调用智能合约,前提是执行操作得到代付(通常由Dapp运营者提供)。 这个机制旨在降低新用户的入门门槛。
📄️ 虚拟机的差异
The Core Space VM is compatible with the EVM in most cases, but there are some differences. This page lists the differences between the two.