pdotc

Crates.iopdotc
lib.rspdotc
version0.8.1
sourcesrc
created_at2021-10-29 08:08:03.326914
updated_at2023-08-21 08:00:11.967717
descriptionA minimal polkadot/westend client
homepage
repositoryhttps://github.com/trevor-crypto/pdotc
max_upload_size
id473842
size114,812
Trevor Arjeski (trevor-crypto)

documentation

README

Crates.io docs.rs CI

pdotc

A Minimal Polkadot/Kusama/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

Commit count: 94

cargo fmt