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
The API endpoints available are these:
- RPC endpoints:
- REST (LCD) endpoints:
Then, a command to query the bank module would be:
quasarnoded q bank total --node https://quasar-testnet-rpc.polkachu.com:443