#key-store #substrate #local #fork #file #substrate-api-client #sc-keystore

ac-keystore

Keystore (and session key management) for ed25519 based chains like Polkadot. (fork of sc-keystore)

5 releases (2 stable)

1.17.0 Feb 11, 2025
1.16.0 Oct 31, 2024
0.18.0 Jul 10, 2024
0.10.1 Apr 8, 2024
0.10.0 Mar 14, 2024

#46 in #key-store

Download history 6/week @ 2024-11-08 6/week @ 2024-11-15 5/week @ 2024-11-22 3/week @ 2024-12-06 1/week @ 2024-12-13 1/week @ 2025-01-10 15/week @ 2025-01-17 5/week @ 2025-01-31 104/week @ 2025-02-07 18/week @ 2025-02-14

127 downloads per month

Apache-2.0 and GPL-3.0-or-later…

29KB
641 lines

ac_keystore

This crate is a submodule of the substrate-api-client. It is a fork of substrate's sc-keystore crate. The substrate-api-client needs its own fork in order to access private functions and members of the crate.


lib.rs:

Local keystore implementation. This file is from substrate but was copied here to have access to the private stuff. Original file: https://github.com/paritytech/polkadot-sdk/blob/76a6d478e07b2cdf9e5b87a2a840e92bea8d9e12/substrate/client/keystore/src/local.rs

Dependencies

~19–30MB
~493K SLoC