1 unstable release

0.1.0 Feb 24, 2024

#5 in #counterpart

Download history 148/week @ 2024-02-22 17/week @ 2024-02-29 6/week @ 2024-03-07 3/week @ 2024-03-14 2/week @ 2024-03-21 64/week @ 2024-03-28 1/week @ 2024-04-04

65 downloads per month

GPL-3.0-or-later

93KB
2.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

~8.5MB
~155K SLoC