substrate-constructor

Crates.iosubstrate-constructor
lib.rssubstrate-constructor
version0.2.0
sourcesrc
created_at2024-02-24 08:10:16.461635
updated_at2024-11-21 20:36:54.385661
descriptionExtrinsic constructor for Substrate based chains
homepagehttps://github.com/Alzymologist/substrate-constructor
repositoryhttps://github.com/Alzymologist/substrate-constructor
max_upload_size
id1151454
size168,912
(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: 87

cargo fmt