aleph_client

Crates.ioaleph_client
lib.rsaleph_client
version3.0.0
sourcesrc
created_at2023-04-14 10:44:26.457038
updated_at2023-04-14 10:44:26.457038
descriptionThis crate provides a Rust application interface for submitting transactions to `aleph-node` chain.
homepagehttps://alephzero.org
repositoryhttps://github.com/Cardinal-Cryptography/aleph-node
max_upload_size
id839094
size2,149,796
cardinal-crate-owner (cardinal-crate-owner)

documentation

https://docs.rs/aleph_client

README

API for aleph-node chain.

This crate provides a Rust application interface for submitting transactions to aleph-node chain. Most of the pallets are common to any Substrate chain, but there are some unique to aleph-node, e.g. pallets::elections::ElectionsApi.

Build

Just use cargo build or cargo build --release, depends on your usecase.

Contributions

All contributions are welcome, e.g. adding new API for pallets in aleph-node.

Metadata

aleph-client uses subxt to communicate with a Substrate-based chain which aleph-node is. In order to provide a strong type safety, it uses a manually generated file aleph_zero.rs which refers to top of the main branch in aleph-node repository. See more info here.

Commit count: 1074

cargo fmt