Skip to main content

Overview

Got here looking for the Apps UI (Wallet)? Just follow the preceding link. Looking for developer documentation? Then you are at the right place.

This is an effort to provide a collection of tools, utilities and libraries for interacting with the Polkadot network from JavaScript. All code is made available on GitHub with a permissive Apache-2.0 license.

While there is a slant towards developer tools, providing libraries to allow others to build tools on top of, a collection of applications are made available that allows for interaction with the network from a pure user perspective. The documentation contained here has a focus on the developer libraries.

If you are a end-user looking to interact with the network, you can interact with Polkadot/Substrate (latest, project hosted) or IPFS (stable, weekly releases).

Help us help others

If you spot gaps in the information provided, or are uncertain about any specific area, please do log an issue or if you are that way inclined, make a pull-request. We really want to have good documentation in these areas and allow people to be productive right from the start.

Contributing

This is a community effort to trial tooling while the network is being developed. Contributions are welcome. Feel free to use the tools and libraries, log issues as you find them or create pull requests for your bug-bears or features.

As a new collection of projects, we take quality seriously - library code should be comprehensively unit tested and interfaces should have full type definitions.