Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions condor/devnet-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ Once your request has been processed, you will be notified and provided with a l

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

- .NET
- Github release : [casper-net-sdk-v3.0.0](https://github.com/make-software/casper-net-sdk/releases/tag/v3.0.0)
Expand Down
18 changes: 13 additions & 5 deletions condor/local-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ NCTL is your tool for managing the Casper network. We'll use a Dockerized versio
```bash
docker-compose up
```
"Ensure you're in the `casper-nctl-docker` directory when running this command.
Ensure you're in the `casper-nctl-docker` directory when running this command.


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

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


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

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

4. **Test Your Setup:**
**Test Your Setup:**

Option 1:

```bash
casper-client get-block --node-address http://127.0.0.1:11101
```
Option 2:

```bash
casper-client get-block -n http://localhost:11101
cargo run --release get-block --node-address http://127.0.0.1:11101
```

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:
Expand Down Expand Up @@ -312,4 +320,4 @@ This allows you to visually explore blocks, transactions, and other details of y

## Additional Tips

* **Community Resources:** Join the [Casper Telegram](https://t.me/CSPRCondor) or [Casper Discord](https://discord.gg/caspernetwork) for help and discussion.
* **Community Resources:** Join the [Casper Telegram](https://t.me/casperblockchainsupport) or [Casper Discord](https://discord.gg/caspernetwork) for help and discussion.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.0.0/concepts/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ To understand the design further, read [this article](../concepts/design/casper-

## Disclaimer

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