Registry / crypto / tc-keystore

tc-keystore

JSON →
library2.0.0rscratesunverified

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

# Cargo.toml [dependencies] tc-keystore = "2.0.0"
INSTALL
IMPORT
SIG · TC-KEYSTORE
T
tc-keystore
cryptorustv2.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 tc_keystore::Keystore;

Creates a new keystore instance.

use tc_keystore::Keystore; fn main() { let keystore = Keystore::new(); println!("Keystore created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
tc-keystore — cargo add tc-keystore · libregistry