Developers
FAQRoadmapEcosystemDevelopers
1.0.0
1.0.0
  • Introduction
  • Definitions
  • Getting Started
    • Using docker
      • Install Docker
      • Build using Docker
    • Install without Docker
      • Prerequisites
      • Setting Up The Node
      • Interact With The Node
      • Building Smart Contracts
    • Deploying Our PoC
      • Asset Manager
    • Interest Calculation
    • Audit Report
  • API References
    • NFT Lend
    • NFT Rent
    • NFT Exchange
  • Community Links
    • Github
    • Twitter
    • Discord Community
    • Telegram Community
    • Telegram Channel
    • LinkedIn
Powered by GitBook
On this page
  • Connecting Polkadot JS
  • 1. Open Polkadot UI App
  • 2. Connect Our Node

Was this helpful?

  1. Getting Started
  2. Install without Docker

Interact With The Node

PreviousSetting Up The NodeNextBuilding Smart Contracts

Last updated 4 years ago

Was this helpful?

Connecting Polkadot JS

1. Open Polkadot UI App

You can use the which is deployed on our server to help interact with the Substrate node.

2. Connect Our 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.

Polkadot dashboard app
http://sandbox.vera.financial/sandbox.vera.financial
Polkadot/Substrate Dashboard