From e12ba3f9e3cf748e7a68d4c58a25a1c208b3150d Mon Sep 17 00:00:00 2001 From: Diego Prats Date: Fri, 13 Dec 2024 15:21:35 -0800 Subject: [PATCH] feat: update CLI and README copy (#209) --- README.md | 11 +++++++++++ public/install.sh | 29 +++++++++-------------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 86113c1..7ea5280 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ A high-performance command-line interface for contributing proofs to the Nexus n +## The Nexus Network + +The [Nexus Network](https://docs.nexus.xyz/network) is a global distributed prover network that unites the world's computers to power a new and better Internet: the Verifiable Internet. + +There have been two testnets: + +- The first testnet period was in [October 08 to 28 2024](https://blog.nexus.xyz/nexus-launches-worlds-first-open-prover-network/). +- The second testnet period was in [December 9 to 13, 2024](https://blog.nexus.xyz/the-new-nexus-testnet-is-live/). + +**Important:** *The Nexus network is currently in devnet. It is important to note that you cannot earn Nexus points. Instead, devnet allows developers to experiment and build with the network. Stay tuned for updates regarding future testnets.* + ## Quick Start ```bash diff --git a/public/install.sh b/public/install.sh index fabcd3a..16746b1 100755 --- a/public/install.sh +++ b/public/install.sh @@ -27,26 +27,15 @@ fi PROVER_ID=$(cat $NEXUS_HOME/prover-id 2>/dev/null) if [ -z "$NONINTERACTIVE" ] && [ "${#PROVER_ID}" -ne "28" ]; then - echo "\nThe Nexus testnet is over, but you can participate in the Nexus devnet." - echo "\nTo like this proving in Nexus devnet to your web prover id..." - echo "\t1. Go to ${GREEN}https://beta.nexus.xyz${NC}" - echo "\t2. On the bottom left hand corner, copy the ${ORANGE}prover id${NC}" - echo "\t3. Paste the ${ORANGE}prover id${NC} here. Press Enter to continue.\n" - read -p "Enter your Prover Id (optional)> " PROVER_ID $NEXUS_HOME/prover-id - echo Prover id saved to $NEXUS_HOME/prover-id. - break; - else - echo Unable to validate $PROVER_ID. Please make sure the full prover id is copied. - fi - read -p "Prover Id (optional)> " PROVER_ID