Interact With The Node
Connecting Polkadot JS
1. Open Polkadot UI App
2. Connect Our Node

Last updated
Was this helpful?
You can use the Polkadot dashboard app **which is deployed on our server to help interact with the Substrate node.
Click on development and choose a local node and click on switch.

The local node provides two RPC endpoints:
HTTP: http://127.0.0.1:9933
WS: ws://127.0.0.1:9944
With Polkadot JS Apps connected, you will see our node producing blocks.
Last updated
Was this helpful?
Was this helpful?