Files
api/docs
Jaco Greeff 00bc441f0e Add connected() to API interface (#2580)
* Add connected() to API interface

* Slight doc update

* Align ApiRx

* isConnected() usage

* Updates

* Retrieve isConnected for API via observable

* Remove (now) useless Rx test
2020-09-04 17:57:02 +02:00
..
2020-08-13 09:47:22 +02:00
2020-08-28 12:03:13 +02:00
2020-04-15 08:44:15 +02:00

home, heroText, tagline, features, footer
home heroText tagline features footer
true
title details
API A powerful dynamic API that allows chain interactions with transparent encoding and decoding.
title details
Substrate defaults An overview of the various default methods, state entries and RPCs for Substrate-based chains.
title details
Types Various type interfaces to make using returned values from API calls transparent in your code.
Apache-2 Licensed | Copyright © 2017-2020 polkadot-js authors and contributors

Welcome

The API provides application developers the ability to query a node and interact with the Polkadot or Substrate chains using Javascript. Here you will find documentation and examples to get you started.

::: tip Getting started & Examples Jump right in and get an overview on using the API in your projects, from installation all the way through to making it do magic. Have things working and want tips? The cookbook provides some tips and tricks. Getting started and want some full examples? The ApiPromise examples provide some basic examples. :::

The Polkadot Project

You can read more about the Polkadot Network at https://polkadot.network/ and more about the polkadot-js projects at https://polkadot.js.org

Github repositories

You can find the Polkadot repositories at:

This documentation is generated from https://github.com/polkadot-js/api

Contributing

Contribution to the Polkadot JS API are more than welcome. You can report issues and log feature requests.