📄️ Intro
We will give you a quick introduction to Core Space. It is a smart contract platform kind of like Ethereum. If you are familiar with Ethereum, this guide will help you understand Core Space quickly.
📄️ Base32 地址
In Conflux, every account is associated with a pair of public and private keys, and is identified by an address. 本页面介绍地址在core space中的表示和计算方式。
📄️ 存储抵押
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.
📄️ 赞助机制
Conflux Core Space implements a sponsorship mechanism to subsidize the usage of smart contracts. 因此,一个零余额的新账户只要得到赞助(通常是由Dapps的运营者提供),就能够调用智能合约。 This mechanism is designed to reduce the barrier of entry for new users.
📄️ 账户
本页面是为了提供有关 CORE SPACE ACCOUNTS 的信息。 Refer to General-Accounts for the overall introduction of the concept of ACCOUNTS.
📄️ 交易
发送交易是在区块链上存储或修改数据的唯一方法。 这包括 CFX 的转账和合约状态的修改。 发送交易的过程包括三个步骤:构造交易、签名交易和最后传输交易。 Most programming languages have an SDK with a convenient method that can be used for this purpose. 但是,如果你想深入了解底层的机制,或者在发送交易时遇到问题,这篇文章可能会有帮助。
📄️ 虚拟机的差异
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.
🗃️ 内置合约
7 个项目