substrate-constructor

Crates.iosubstrate-constructor
lib.rssubstrate-constructor
version0.1.0
sourcesrc
created_at2024-02-24 08:10:16.461635
updated_at2024-02-24 08:10:16.461635
descriptionExtrinsic constructor for Substrate based chains
homepagehttps://github.com/Alzymologist/substrate-constructor
repositoryhttps://github.com/Alzymologist/substrate-constructor
max_upload_size
id1151454
size128,150
(Slesarew)

documentation

https://docs.rs/substrate_constructor/

README

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.
Commit count: 0

cargo fmt