15 releases (9 breaking)
0.38.0 | Oct 24, 2024 |
---|---|
0.37.0 | May 28, 2024 |
0.36.1 |
|
0.35.0 | Mar 21, 2024 |
0.30.1 | Jul 25, 2023 |
#3 in #subxt
174,733 downloads per month
Used in 29 crates
(14 directly)
160KB
2.5K
SLoC
Subxt-signer
This library exposes a small, WASM compatible signer implementation which can be used in conjunction with Subxt to sign transactions.
This library can be used without Subxt by disabling the subxt
feature flag, which is enabled by default.
lib.rs
:
Subxt-signer
The main output from this crate is the sr25519::Keypair
, which can
be constructed from a bip39 phrase, secret URI or raw seed, and used to
sign and verify arbitrary messages. This crate is aligned with how Substrate's
sp_core
crate constructs and signs keypairs, but is lighter on dependencies
and can support compilation to WASM with the web
feature.
Enable the subxt
feature to enable use of this sr25519::Keypair
in signing
subxt transactions for chains supporting sr25519 signatures.
Dependencies
~7–13MB
~233K SLoC