@@ -90,7 +90,7 @@ This command performs the following actions:
9090To deploy multiple consensus nodes, pass the ` --num-consensus-nodes ` flag:
9191
9292``` bash
93- solo one-shot multiple deploy --num-consensus-nodes 3
93+ solo one-shot multi deploy --num-consensus-nodes 3
9494```
9595
9696This deploys 3 consensus nodes along with the same components as the
@@ -105,7 +105,7 @@ single-node setup (mirror node, explorer, relay).
105105When finished, destroy the network as usual:
106106
107107``` bash
108- solo one-shot multiple destroy
108+ solo one-shot multi destroy
109109```
110110
111111{{< /details >}}
@@ -128,9 +128,9 @@ Confirm that all Solo-related pods are in a `Running` or `Completed` state.
128128
129129After the one-shot deployment completes and all pods are running, your local services are available at the following endpoints:
130130
131- | Service | Endpoint | Description | Verfication
131+ | Service | Endpoint | Description | Verification
132132| -----------------------| -------------------------| ----------------------------------------| -------------------------------------|
133- | Explorer UI | ` http://localhost:38080 ` | Web UI for inspecting the network. | Open URL in your broswer to view the network explorer |
134- | Consensus node (gRPC) | ` localhost:35211 ` | gRPC endpoint for transactions. | ` nc -zv localhost 35211 ` |
135- | Mirror node REST API | ` http://localhost:38081 ` | REST API for queries. | http://localhost:38081/api/v1/transactions |
136- | JSON RPC relay | ` localhost:37546 ` | Ethereum-compatible JSON RPC endpoint. | <code >curl -X POST http://localhost:37546 -H 'Content-Type: application/json'<br >-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[ ] ,"id":1}'</code > |
133+ | Explorer UI | ` http://localhost:8080 ` | Web UI for inspecting the network. | Open URL in your browser to view the network explorer |
134+ | Consensus node (gRPC) | ` localhost:30211 ` | gRPC endpoint for transactions. | ` nc -zv localhost 35211 ` |
135+ | Mirror node REST API | ` http://localhost:8081 ` | REST API for queries. | http://localhost:38081/api/v1/transactions |
136+ | JSON RPC relay | ` localhost:7546 ` | Ethereum-compatible JSON RPC endpoint. | <code >curl -X POST http://localhost:37546 -H 'Content-Type: application/json'<br >-d '{"jsonrpc":"2.0","method":"eth_chainId","params":[ ] ,"id":1}'</code > |
0 commit comments