Registry / cli / sc-cli

sc-cli

JSON →
library0.57.0rscratesunverified

Substrate CLI interface.

# Cargo.toml [dependencies] sc-cli = "0.57.0"
INSTALL
IMPORT
SIG · SC-CLI
S
sc-cli
clirustv0.57.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.

SubstrateCli
use sc_cli::SubstrateCli;

Initialize the Substrate CLI interface for building blockchain nodes.

use sc_cli::SubstrateCli; fn main() { let cli = SubstrateCli::new(); println!("Substrate CLI initialized."); }
Debug
Known issues
gotchaRequires Substrate runtime dependencies; not standalone.
fix
Ensure you have the full Substrate framework dependencies in your Cargo.toml.
affects: >=0.57.0
Upgrade
Version history
0.57.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
sc-cli — cargo add sc-cli · libregistry