This crate provides a Rust application interface for submitting transactions to selendra-node chain.
Most of the pallets are common to any
Substrate chain, but there are some unique to selendra-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 selendra-node.
Metadata
selendra-client uses subxt to communicate with a Substrate-based chain which
selendra-node is. In order to provide a strong type safety, it uses a manually generated file selendra.rs
which refers to top of the main branch in selendra-node repository. See more info here.