Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-K-Ivanov authored Jan 20, 2021
1 parent 396dbed commit 62352ce
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,22 @@ curl --location --request POST 'localhost:9933' \
"id": 1
}'
```
#### Connecting to Polkadot Apps
#### Interacting using Polkadot JS Apps

A `Substrate` node running `Subsembly` runtime can be connected to [Polkadot Apps interface](https://polkadot.js.org/apps/), which improves the communication with your runtime and outer world. You can submit extrinsics, query storage, monitor produced blocks, etc. For more information, refer to [polkadot-js](https://polkadot.js.org/)

In order to connect to the Polkadot Apps, just build and run your node with your `Subsembly` runtime and go to the Polkadot Apps page. It should automatically connect to your node. Just make sure to choose `Development Network` on the left navigation tab.

If you are using the default develop Runtime, the following accounts are preconfigured with balances on genesis:
If you are using the default development Runtime, the following accounts are already preconfigured with balances on genesis:
```
TODO add accounts, PK and mnemonics
Alice
Bob
Charlie
Dave
Eve
Ferdie
```
each one of them having `1 000 000` units.

### Build runtime (Manual)

Expand Down

0 comments on commit 62352ce

Please sign in to comment.