Registry / config / ckb-app-config

ckb-app-config

JSON →
library1.2.2rscratesunverified

Provides command line arguments and configuration options for the CKB (Nervos) blockchain node.

# Cargo.toml [dependencies] ckb-app-config = "1.2.2"
INSTALL
IMPORT
SIG · CKB-APP-CONFIG
C
ckb-app-config
configrustv1.2.2
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.

CKBAppConfig
use ckb_app_config::CKBAppConfig;

Loads CKB node configuration from a TOML file.

use ckb_app_config::CKBAppConfig; let config = CKBAppConfig::from_file("ckb.toml").unwrap(); println!("{:?}", config);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
28
Resources
ckb-app-config — cargo add ckb-app-config · libregistry