From 76685e5627dba00ca0969d6f2038caff0e636253 Mon Sep 17 00:00:00 2001 From: Jiu-hong Date: Tue, 6 May 2025 16:38:14 +0800 Subject: [PATCH 1/3] remove non-sense --- condor/local-setup.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/condor/local-setup.md b/condor/local-setup.md index edf3f26d6..69640cf9f 100644 --- a/condor/local-setup.md +++ b/condor/local-setup.md @@ -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:** @@ -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** @@ -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: @@ -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. \ No newline at end of file +* **Community Resources:** Join the [Casper Telegram](https://t.me/casperblockchainsupport) or [Casper Discord](https://discord.gg/caspernetwork) for help and discussion. \ No newline at end of file From 65f1d66550c48217383fe3ef99015bc4babedbef Mon Sep 17 00:00:00 2001 From: Jiu-hong Date: Tue, 6 May 2025 17:03:52 +0800 Subject: [PATCH 2/3] change js release --- condor/devnet-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/condor/devnet-info.md b/condor/devnet-info.md index aefcfbbcd..e0dba89cb 100644 --- a/condor/devnet-info.md +++ b/condor/devnet-info.md @@ -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) From 28939b061f65a64e558c138685520d5178f4d9a1 Mon Sep 17 00:00:00 2001 From: Jiu-hong Date: Tue, 6 May 2025 17:37:33 +0800 Subject: [PATCH 3/3] fix about --- versioned_docs/version-2.0.0/concepts/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-2.0.0/concepts/about.md b/versioned_docs/version-2.0.0/concepts/about.md index d513c4257..c83656b47 100644 --- a/versioned_docs/version-2.0.0/concepts/about.md +++ b/versioned_docs/version-2.0.0/concepts/about.md @@ -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.