| Crates.io | selendra_client |
| lib.rs | selendra_client |
| version | 1.0.1 |
| created_at | 2025-11-17 09:54:39.863796+00 |
| updated_at | 2025-11-17 11:45:31.25508+00 |
| description | This crate provides a Rust application interface for submitting transactions to `selendra-node` chain. |
| homepage | |
| repository | https://github.com/selendra/selendra |
| max_upload_size | |
| id | 1936515 |
| size | 1,816,145 |
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.
Just use cargo build or cargo build --release, depends on your usecase.
All contributions are welcome, e.g. adding new API for pallets in selendra-node.
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.