Crates.io | aleph_client |
lib.rs | aleph_client |
version | 3.0.0 |
source | src |
created_at | 2023-04-14 10:44:26.457038 |
updated_at | 2023-04-14 10:44:26.457038 |
description | This crate provides a Rust application interface for submitting transactions to `aleph-node` chain. |
homepage | https://alephzero.org |
repository | https://github.com/Cardinal-Cryptography/aleph-node |
max_upload_size | |
id | 839094 |
size | 2,149,796 |
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
.
Just use cargo build
or cargo build --release
, depends on your usecase.
All contributions are welcome, e.g. adding new API for pallets in aleph-node
.
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.