File tree 2 files changed +11
-23
lines changed
2 files changed +11
-23
lines changed Original file line number Diff line number Diff line change @@ -21,17 +21,15 @@ We will also have the supporting documentation here.
21
21
22
22
### Where to start?
23
23
24
-
25
-
26
24
1 . Get quasar and create an address: [ Get quasar] ( ./docs/Get_quasar.md )
27
25
28
26
2 . To make your node join the chain you need either:
29
27
30
28
a. Participate in a genesis ceremony, if you are invited, please follow [ this guide] ( ./docs/Genesis.md ) .
31
29
32
30
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.
35
33
36
34
37
35
If you just want to interact (RPC/API) with the running chain, please [ review this] ( ./docs/Interacting_with_chain.md ) .
Original file line number Diff line number Diff line change @@ -6,29 +6,19 @@ Example command:
6
6
7
7
` quasarnoded q bank total --node tcp://$NODE_IP:$PORT `
8
8
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
-
19
9
## How to connect to the full nodes
20
10
21
11
The API endpoints available are these:
22
12
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 __
30
20
31
- Then, the command to hit this node would be:
21
+ Then, a command to query the bank module would be:
32
22
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 `
34
24
You can’t perform that action at this time.
0 commit comments