2019-02-28 17:06:49 +01:00
2019-02-28 17:06:49 +01:00
2019-02-28 17:06:49 +01:00
2019-02-26 15:44:34 +01:00
2018-06-23 13:39:31 +02:00
2017-11-18 08:38:18 +01:00
2019-02-28 17:06:49 +01:00
2017-11-28 18:03:48 +01:00
2018-09-15 09:11:56 +02:00
2019-02-28 17:06:49 +01:00
2018-05-16 13:53:29 +02:00
2019-01-09 10:59:56 +01:00
2019-02-28 13:02:48 +00:00
2018-11-21 13:37:27 +01:00
2019-02-28 17:06:49 +01:00
2019-01-09 10:59:56 +01:00
2019-02-28 17:06:49 +01:00

polkadotjs license style npm travis maintainability coverage greenkeeper dependency devDependency

@polkadot/api

This library provides a clean wrapper around all the methods exposed by a Polkadot/Subtrate network client and defines all the types exposed by a node. For complete documentation around the classes, interfaces and their use, visit the documentation portal.

tutorials

Looking for tutorials to get started? Look at examples for guides on how to use the API to make queries and submit transactions.

overview

The API is split up into a number of internal packages -

Type definitions for interfaces as exposed by Polkadot & Substrate clients -

development

Contributions are welcome!

To start off, this repo (along with others in the @polkadot family) uses yarn workspaces to organise the code. As such, after cloning, its dependencies should be installed via yarn, not via npm; the latter will result in broken dependencies.

To get started -

  1. Clone the repo locally, via git clone https://github.com/polkadot-js/api <optional local path>
  2. Ensure that you have a recent version of Node.js, for development purposes Node 10 is recommended.
  3. Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
  4. Install the dependencies by running yarn
  5. Build the everything via yarn run build
  6. You can also launch the API Docs, via yarn vuepress dev docs
  7. Access the docs via http://localhost:8080
Description
Fork of polkadot-js/api. Held for the @polkadot/types side of Quantus support — ExtrinsicSignature is MultiSignature (64/65 bytes) upstream, where Quantus needs a 5261/7219-byte DilithiumSignatureScheme. May turn out to need no patch at all if registry type overrides suffice; see quantus/api#1.
Readme 142 MiB
Languages
TypeScript 99.9%