2 releases
0.4.3 | Jun 21, 2023 |
---|---|
0.4.2 | May 10, 2023 |
#8 in #parallel-chain
24KB
319 lines
ParallelChain Client Library (Rust).
Rust client library for the ParallelChain Protocol fullnode RPC API.
RPCs
ParallelChain fullnodes expose three categories of RPCs:
- Transaction-related RPCs: submit a transaction, query a transaction, its receipt, etc.
- Block-related RPCs: query for blocks.
- State-related RPCs: query the world state for contract code, the current validator set, deposits, etc.
Versioning
The version of this library reflects the version of the ParallelChain Protocol which it implements. For example, the current version is 0.4.2, and this implements protocol version 0.4. Patch version increases are not guaranteed to be non-breaking.
Opening an issue
Open an issue in GitHub if you:
- Have a feature request / feature idea,
- Have any questions (particularly software related questions),
- Think you may have discovered a bug.
Please try to label your issues appropriately.
Dependencies
~14–26MB
~362K SLoC