Skip to main content

Quasar CLI

Quasarnoded

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

Check the available API endpoints here.

Using Polkachu endpoint it would be:

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