#substrate #extrinsic #parser

substrate-constructor

Extrinsic constructor for Substrate based chains

3 unstable releases

0.2.1 Jan 30, 2025
0.2.0 Nov 21, 2024
0.1.0 Feb 24, 2024

#26 in #extrinsic

Download history 2/week @ 2025-08-18 3/week @ 2025-08-25 3/week @ 2025-09-08 1/week @ 2025-09-15

321 downloads per month
Used in kalatori

GPL-3.0-or-later

135KB
3.5K SLoC

substrate-constructor

This is a counterpart for substrate-parser that allows construction of extrinsics based on metadata supplied. See an example of its use in Lempi project

Why not subxt?

substrate-parser + substrate-constructor system is

  • much leaner (does not pull all multitude of sp-* crates, only minimal ones) - thus is more portable,
  • is more modular,
  • designed for clients and visualization,
  • has more ideomatic extrinsic construction flow.

Dependencies

~15–20MB
~380K SLoC