1 unstable release

0.1.0 Feb 24, 2024

#9 in #counterpart

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

~7.5MB
~144K SLoC