Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 760 Bytes

Interacting_with_chain.md

File metadata and controls

24 lines (15 loc) · 760 Bytes

How to interact with the running testnet

With the binary installed (see Get quasar), you can interact with the chain using remote nodes.

Example command:

quasarnoded q bank total --node tcp://$NODE_IP:$PORT

How to connect to the full nodes

The API endpoints available are these:

Then, a command to query the bank module would be:

quasarnoded q bank total --node https://quasar-testnet-rpc.polkachu.com:443