Registry / networking / sc-client

sc-client

JSON →
library0.8.0-alpha.6rscratesunverified

Substrate Client and associated logic for blockchain interactions.

# Cargo.toml [dependencies] sc-client = "0.8.0-alpha.6"
INSTALL
IMPORT
SIG · SC-CLIENT
S
sc-client
networkingrustv0.8.0-alpha.6
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.

Client
use sc_client::Client;

Minimal usage of sc_client::Client

use sc_client::Client; fn main() { // Client initialization requires a backend and executor println!("SC Client placeholder"); }
Debug
Known issues
gotchaRequires async runtime and Substrate dependencies
fix
Add tokio and sc-service to Cargo.toml
affects: >=0.8.0
Upgrade
Version history
0.8.0-alpha.6latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
sc-client — cargo add sc-client · libregistry