lucgerrits / pdotc

Minimal Polkadot Rust Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crates.io docs.rs

pdotc

A Minimal Polkadot/Westend Client

Inspired by substrate-api-client with some logic copied from substrate crates

Features

  • Sync http client agnostic
  • Perform a simple transaction
  • Perform general staking functions
  • Get an account balance
  • Get the fee for an extrinsic

Goals

  • To not rely on many substrate crates
  • To not use substrate metadata and be easily, manually upgradable
  • To be minimal and not use many dependencies

Usage

See examples

About

Minimal Polkadot Rust Client

License:MIT License


Languages

Language:Rust 100.0%