# PolkadotJS

## Interact

Once your node is running, go to PolkadotJS interface at <https://polkadot.js.org/apps>. PolkadotJS interface provides an interface for interacting with your node. You can explore the produced blocks, query the chain storage, submit extrinsics, etc. In this section we will explore various ways to interact with your runtime.

## Insert Aura keys

One other option to insert your Aura keys is using PolkadotJS:

Fill out the necessary fields and submit the `rpc` call.

![Picture 1. Inserting Aura keys](https://3486155078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLPB3fCkGpKnqkQwlo%2F-MWTCbjCKYH3gEovzuFW%2F-MWUhvSzWmDvu2Rc2HbJ%2FScreenshot%202021-03-23%20at%2017.32.55.png?alt=media\&token=dceac0c9-3464-4662-84be-fa7b644ab68b)

## Accounts

In the accounts tab, you can explore list of accounts in the storage:

![Picture 2. Accounts tab](https://3486155078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLPB3fCkGpKnqkQwlo%2F-MWTCbjCKYH3gEovzuFW%2F-MWUk0U5k2xYzNykIqkm%2FScreenshot%202021-03-23%20at%2017.40.28.png?alt=media\&token=8dde2050-63ec-456a-92ca-6f2d4e6591e6)

## Transfers

Go to the **Extrinsics** section of the **Developer** tab and select **`transfer`** extrinsic call:

![Picture 3. Balances transfer](https://3486155078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLPB3fCkGpKnqkQwlo%2F-MXClB7kExevKKokVdFy%2F-MXEb5BwLIEOQmZjma6o%2FScreenshot%202021-04-02%20at%201.44.48.png?alt=media\&token=3e3b3881-ee27-4dcd-a271-052439510dbf)

Fill up the fields and submit the transaction. The next window will look similar to this:

![Picture 4. Transaction authorization](https://3486155078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLPB3fCkGpKnqkQwlo%2F-MXClB7kExevKKokVdFy%2F-MXEbM73wd1LfSuybPRB%2FScreenshot%202021-04-02%20at%201.45.59.png?alt=media\&token=3c72f78b-7769-41fe-b16d-50b247bb9bff)

Click **Sign and Submit** to send the transfer and in couple of seconds, you will get a notification about the status of your transaction:

![Picture 5. Successful transaction example](https://3486155078-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MVLPB3fCkGpKnqkQwlo%2F-MXClB7kExevKKokVdFy%2F-MXEbf17yWW3ZYisLLDb%2FScreenshot%202021-04-02%20at%201.47.21.png?alt=media\&token=2c77893b-cbc9-4f13-905b-d0ea64bb7dd0)

## Others

You can see the block issuance and the details of the produced blocks. Querying the state of the chain can be done in the `Developer` -> `Chain state`
