* Pull api-* packages into lerna repo * Bootstrap with hoist * Update jest alias config * Add api-jsonrpc * Pull in jsonrpc * Update badges * Don't hoist, use workspaces * .eslintrc to root * Cleanups, build from root * Shorthand commands * Update to @polkadot/dev 0.9.1 * Update description
1.2 KiB
1.2 KiB
@polkadot/client
This library provides a clean wrapper around all the methods exposed by a Polkadot network client.
It is split up into a number of internal packages -
- @polkadot/api The API library
- @polkadot/api-format Input and output formatters
- @polkadot/api-jsonrpc Interface definitions for RPC
- @polkadot/api-provider Transport providers
Contributing
- Make sure you have Lerna installed,
yarn install -g lerna - Bootstrap the dependencies,
lerna bootstrap - Make any changes in the relevant package, on master merges new versions will be published automatically