selendra_client

Crates.ioselendra_client
lib.rsselendra_client
version1.0.1
created_at2025-11-17 09:54:39.863796+00
updated_at2025-11-17 11:45:31.25508+00
descriptionThis crate provides a Rust application interface for submitting transactions to `selendra-node` chain.
homepage
repositoryhttps://github.com/selendra/selendra
max_upload_size
id1936515
size1,816,145
Lay Nath (LayNath242)

documentation

https://docs.rs/selendra_client

README

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.

Commit count: 0

cargo fmt