Registry / networking / ckb-chain

ckb-chain

JSON →
library1.2.0rscratesunverified

CKB chain service providing core blockchain logic for the Nervos CKB network.

# Cargo.toml [dependencies] ckb-chain = "1.2.0"
INSTALL
IMPORT
SIG · CKB-CHAIN
C
ckb-chain
networkingrustv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ChainService
use ckb_chain::chain::ChainService;

Initialize a CKB chain service.

use ckb_chain::chain::ChainService; fn main() { let service = ChainService::new(Default::default()); println!("Chain service created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
OpenAI (training)
1
Resources
ckb-chain — cargo add ckb-chain · libregistry