Skip to content

Commit 42c0223

Browse files
committed
Updating interacting with chain
1 parent 22a8625 commit 42c0223

File tree

2 files changed

+11
-23
lines changed

2 files changed

+11
-23
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ We will also have the supporting documentation here.
2121

2222
### Where to start?
2323

24-
25-
2624
1. Get quasar and create an address: [Get quasar](./docs/Get_quasar.md)
2725

2826
2. To make your node join the chain you need either:
2927

3028
a. Participate in a genesis ceremony, if you are invited, please follow [this guide](./docs/Genesis.md).
3129

3230
b. Join the chain after it has launched:
33-
1. Check [here](./docs/Join_chain.md) to see how to raise a node.
34-
2. And then [here](./docs/Promote_to_validator.md) to promote your node to validator.
31+
1. Check [here](./docs/Join_chain.md) to see how to make your node join the chain.
32+
2. And then [here](./docs/Promote_to_validator.md) to promote your node to validator.
3533

3634

3735
If you just want to interact (RPC/API) with the running chain, please [review this](./docs/Interacting_with_chain.md).

docs/Interacting_with_chain.md

+9-19
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,19 @@ Example command:
66

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

9-
10-
## Running chains
11-
12-
For testnet v02 we have deployed one RPC / LCD node to allow you to interact with the running chain:node_key.json
13-
14-
= Questnet v02 =
15-
- Available full nodes: 34.175.250.231
16-
- Persistent peers: check [here](https://github.com/quasar-finance/questnet/blob/main/v02/persistent_peers.txt)
17-
- Seed: None
18-
199
## How to connect to the full nodes
2010

2111
The API endpoints available are these:
2212

23-
Tendermint RPC:
24-
- IP: 34.175.250.231
25-
- PORT: 26657
26-
27-
LCD:
28-
- IP: 34.175.250.231
29-
- PORT: 1317
13+
- RPC endpoints:
14+
- __https://quasar-testnet-rpc.polkachu.com__
15+
- __https://rpc-office.cosmostation.io/quasar-testnet__
16+
- __https://questnet.quasar-finance.rhinostake.com__
17+
- REST (LCD) endpoints:
18+
- __https://quasar-testnet-api.polkachu.com__
19+
- __https://lcd-office.cosmostation.io/quasar-testnet__
3020

31-
Then, the command to hit this node would be:
21+
Then, a command to query the bank module would be:
3222

33-
`quasarnoded q bank total --node tcp://34.175.250.231:26657`
23+
`quasarnoded q bank total --node https://quasar-testnet-rpc.polkachu.com:443`
3424

0 commit comments

Comments
 (0)