12 releases (6 breaking)

new 0.35.3 Apr 11, 2024
0.35.0 Mar 21, 2024
0.33.0 Dec 7, 2023
0.32.1 Oct 5, 2023
0.30.1 Jul 25, 2023

#5 in #extrinsic

Download history 690/week @ 2023-12-23 789/week @ 2023-12-30 1081/week @ 2024-01-06 762/week @ 2024-01-13 1311/week @ 2024-01-20 1102/week @ 2024-01-27 952/week @ 2024-02-03 1372/week @ 2024-02-10 1883/week @ 2024-02-17 1521/week @ 2024-02-24 1719/week @ 2024-03-02 1876/week @ 2024-03-09 1825/week @ 2024-03-16 1447/week @ 2024-03-23 1733/week @ 2024-03-30 2403/week @ 2024-04-06

7,790 downloads per month
Used in 21 crates (10 directly)

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

715KB
12K 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

~21–42MB
~671K SLoC