Skip to content

Commit 76685e5

Browse files
committed
remove non-sense
1 parent c027636 commit 76685e5

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

condor/local-setup.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ NCTL is your tool for managing the Casper network. We'll use a Dockerized versio
9292
```bash
9393
docker-compose up
9494
```
95-
"Ensure you're in the `casper-nctl-docker` directory when running this command.
95+
Ensure you're in the `casper-nctl-docker` directory when running this command.
9696

9797

9898
* **Manual Docker Command:**
@@ -161,7 +161,7 @@ To interact with your local Casper 2.0 network, we'll use the Casper Client. You
161161
**Option 1: Using the Casper Client from the Docker Image**
162162

163163
* The `casper-nctl:v2.0.0` Docker image already includes the `casper-client`.
164-
* You can skip the next two steps if you want to use the pre-installed client.
164+
165165

166166
**Option 2: Using Your Local Casper Client**
167167

@@ -190,9 +190,17 @@ To interact with your local Casper 2.0 network, we'll use the Casper Client. You
190190
cargo build --release
191191
```
192192

193-
4. **Test Your Setup:**
193+
**Test Your Setup:**
194+
195+
Option 1:
196+
197+
```bash
198+
casper-client get-block --node-address http://127.0.0.1:11101
199+
```
200+
Option 2:
201+
194202
```bash
195-
casper-client get-block -n http://localhost:11101
203+
cargo run --release get-block --node-address http://127.0.0.1:11101
196204
```
197205

198206
This command should return the status of all the nodes running in your local network, indicating a successful setup. The output should look similar to this:
@@ -312,4 +320,4 @@ This allows you to visually explore blocks, transactions, and other details of y
312320

313321
## Additional Tips
314322

315-
* **Community Resources:** Join the [Casper Telegram](https://t.me/CSPRCondor) or [Casper Discord](https://discord.gg/caspernetwork) for help and discussion.
323+
* **Community Resources:** Join the [Casper Telegram](https://t.me/casperblockchainsupport) or [Casper Discord](https://discord.gg/caspernetwork) for help and discussion.

0 commit comments

Comments
 (0)