# Interact With The Node

## Connecting Polkadot JS

### 1. Open Polkadot UI App

You can use the [**Polkadot dashboard app**](http://sandbox.vera.financial/) which is deployed on our server to help interact with the Substrate node.

{% embed url="<http://sandbox.vera.financial/>" %}
Polkadot/Substrate Dashboard
{% endembed %}

### 2. Connect Our Node

Click on development and choose a local node and click on switch.

![](https://2236352527-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MYFprjR5IPwYSxrNy4S%2F-MZIyu6uuS_mM3vjZ84Y%2F-MZJMXu9ydROKxabA0S5%2Fsandbox.gif?alt=media\&token=8d602b65-722e-435b-893e-9855f3f40c04)

{% hint style="info" %}
The local node provides two RPC endpoints:

* HTTP: `http://127.0.0.1:9933`
* WS: `ws://127.0.0.1:9944`
  {% endhint %}

With Polkadot JS Apps connected, you will see our node producing blocks.
