Registry / crypto / sc-keystore

sc-keystore

JSON →
library40.0.0rscratesunverified

Keystore (and session key management) for ed25519 based chains like Polkadot.

# Cargo.toml [dependencies] sc-keystore = "40.0.0"
INSTALL
IMPORT
SIG · SC-KEYSTORE
S
sc-keystore
cryptorustv40.0.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.

Keystore
use sc_keystore::Keystore;

Initializes a keystore for managing ed25519 keys.

use sc_keystore::Keystore; fn main() { let keystore = Keystore::new(); // Use keystore for key management println!("Keystore initialized"); }
Debug
Known issues
gotchaRequires the `full_crypto` feature for full functionality.
fix
Add `features = ["full_crypto"]` to your Cargo.toml dependency.
affects: >=40.0.0
Upgrade
Version history
40.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
sc-keystore — cargo add sc-keystore · libregistry