Skip to content

Commit

Permalink
Minor fix: Moved to inline from being copyable (#283)
Browse files Browse the repository at this point in the history
Problem: Websocket address was presented like it should be copied (which implied it needs to be pasted, which leads down a rabbit hole...). Instead moved it to inline, so that the instruction is clearly to open Polkadot app
  • Loading branch information
Jan-Jan authored Jan 2, 2025
1 parent 9d00dda commit 2b3adc9
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,7 @@ After successfully compiling your runtime, you can spin up a local chain and pro
## Interact with the Node
When running the template node, it's accessible by default at:

```bash
ws://localhost:9944
```
To interact with your node using the [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} interface, follow these steps:
When running the template node, it's accessible by default at `ws://localhost:9944`. To interact with your node using the [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} interface, follow these steps:

1. Open [Polkadot.js Apps](https://polkadot.js.org/apps/#/explorer){target=\_blank} in your web browser and click the network icon (which should be the Polkadot logo) in the top left corner as shown in the image below:

Expand Down Expand Up @@ -162,4 +157,4 @@ To stop the local node:
[:octicons-arrow-right-24: Get Started](/tutorials/polkadot-sdk/parachains/zero-to-hero/build-custom-pallet/)
</div>
</div>

0 comments on commit 2b3adc9

Please sign in to comment.