Skip to content

Commit eb8cffb

Browse files
authored
Merge pull request #68 from Jiu-hong/fix_nctl
Fix nctl, devnet and about
2 parents 188283b + 28939b0 commit eb8cffb

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

condor/devnet-info.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Once your request has been processed, you will be notified and provided with a l
4545

4646
**SDKs:**
4747
- JavaScript/TypeScript
48-
- Github release : [casper-js-sdk-5.0.5](https://github.com/casper-ecosystem/casper-js-sdk/releases/tag/5.0.5)
49-
- npm : [casper-js-sdk-5.0.5](https://www.npmjs.com/package/casper-js-sdk/v/5.0.5)
48+
- Github release : [casper-js-sdk-5.0.6](https://github.com/casper-ecosystem/casper-js-sdk/releases/tag/5.0.6)
49+
- npm : [casper-js-sdk](https://www.npmjs.com/package/casper-js-sdk)
5050

5151
- .NET
5252
- Github release : [casper-net-sdk-v3.0.0](https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0)

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.

versioned_docs/version-2.0.0/concepts/about.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ To understand the design further, read [this article](../concepts/design/casper-
2020

2121
## Disclaimer
2222

23-
Read the [Legal Disclaimer](../disclaimer.md) regarding this CasperLabs Tech Spec (this "Whitepaper").
23+
Read the [Legal Disclaimer](../disclaimer.md) regarding this documentation. Use of this documentation and the Casper network is subject to this disclaimer.

0 commit comments

Comments
 (0)