Inspired by substrate-api-client
with some logic copied from substrate crates
- Sync http client agnostic
- Perform a simple transaction
- Perform general staking functions
- Get an account balance
- Get the fee for an extrinsic
- 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
See examples