ApiPromise Examples

Here you will find a list of examples that takes you through the basics of connecting to a local node, retrieving data from the Node and chain and execute transactions on the chain. It uses the ApiPromise interface.

Prerequisites

For the following examples, you need a local node. It is usually convenient testing with:

	substrate --dev

Development accounts

Some of the examples use the following accounts:

Those accounts are easy to add if you don't have/see them. The seed of Alice's account is Alice.............. and the seed of Bob is... well you guess.

NOTE: Note the spaces padding Alice's key up to 32 chars.

Example list