Files
api/README.md
Jaco Greeff e8ccc9aa79 Move to lerna repo (#19)
* 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
2017-11-28 18:03:48 +01:00

1.2 KiB

ISC npm (scoped) Build Status Coverage Status Greenkeeper badge

@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 -

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