Skip to content

parallelchain-io/pchain-client-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ParallelChain Client Library (Rust).

Rust client library for the ParallelChain Protocol fullnode RPC API.

RPCs

ParallelChain fullnodes expose three categories of RPCs:

Versioning

The version of this library reflects the version of the ParallelChain Protocol which it implements. For example, the current version is 0.5.0, and this implements protocol version 0.5. Patch version increases are not guaranteed to be non-breaking.

Opening an issue

Open an issue in GitHub if you:

  1. Have a feature request / feature idea,
  2. Have any questions (particularly software related questions),
  3. Think you may have discovered a bug.

Please try to label your issues appropriately.