百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

ckb

> 编程语言
开源

Nervos CKB 是一个公开的无许可的区块链,也是 Nervos 网络的第 1 层。

1.2K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Nervos CKB 是一个公开的无许可的区块链,也是 Nervos 网络的第 1 层。

Nervos CKB - The Common Knowledge Base

master develop

About CKB

CKB is a public and permissionless layer-1 blockchain. CKB uses Proof of Work and improved Nakamoto consensus to achieve maximized performance on average hardware and network bandwidth, without sacrificing layer-1's core values - decentralization and security.

CKB supports scripting in any programming language with its own CKB-VM, a virtual machine fully compatible with RISC-V ISA. CKB is a Universal Verification Layer which focuses on verification, leaves computation to layer 2 (and higher) applications/protocols.

CKB is a part of Nervos Network, which defines a suite of scalable and interoperable blockchain protocols to create a self-evolving distributed economy.

Support for different platforms are organized into three tiers, each with a different set of guarantees.

Notice: The ckb process will send stack trace to sentry on Rust panics. This is enabled by default before the mainnet launch, which can be opted out by setting the option dsn to empty in the config file.

License

Nervos CKB is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

Join a Network

  • Mainnet Mirana: Use the latest release and run ckb init --chain mainnet to initialize the node.
    • Mirana is active since the epoch 5414, see the migration guide to upgrade from Lina.
  • Testnet Pudge: Use the latest release and run ckb init --chain testnet to initialize the node.
    • Pudge is active since the epoch 3113.

Mining

CKB uses the Eaglesong mining algorithm.

Development Process

The master branch is regularly built and tested. It is considered already production ready; The develop branch is the working branch to merge new features, and it's not stable. The CHANGELOG is available in Releases and CHANGELOG.md in the master branch.

How to Contribute

If you're looking for somewhere to start, check out the following good-first-issues.

The contribution workflow is described in CONTRIBUTING.md, and security policy is described in SECURITY.md. To propose new protocol or standard for Nervos, see Nervos RFC.

Join our developer Discord channels(English | Chinese) to ask questions.


Documentations

Latest version is hosted in GitHub.

The default branch in GitHub is develop, if you are looking for docs for the Mainnet Mirana or Testnet Pudge, switch to the branch master.

  • Quick Start
  • Configure CKB
  • Platform Support
  • How to Download or Build CKB Binary
  • How to test miner on dev chain

You can find a more comprehensive document website at https://docs.nervos.org.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rustblockchainckbnervosrust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言