From ed761a1e10c4f472f1e119f7cb2c7226f4bb2b47 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Mon, 18 Nov 2024 10:42:49 -0400 Subject: [PATCH 1/3] Updates token to bit/s where necessary. --- content/basics/glossary.md | 10 +++++++++- content/basics/quickstart.md | 2 +- content/guides/get-funds.md | 2 +- content/guides/spin-up-a-devnet.md | 2 +- content/guides/transfer-funds.md | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/content/basics/glossary.md b/content/basics/glossary.md index 7b9b2794..65e7eace 100644 --- a/content/basics/glossary.md +++ b/content/basics/glossary.md @@ -25,6 +25,10 @@ A program designed to act independently, capable of executing tasks and making d Autonomous agents are sometimes also called [intelligent programs]({{< relref "#intelligent-program" >}}). +## Bit + +The token uses to perform transactions on the Entropy blockchain. 1 `bit` is equal to 10,000,000,000 `nanoBITS`. + ## Consumer key A synonym for a [device key or deploy key]({{< relref "#device-key" >}}). @@ -45,6 +49,10 @@ The set of Entropy validators. A synonym for an [autonomous agent]({{< relref "#autonomous-agent" >}}). +## Nanobit + +The smallest possible value transferable on the Entropy blockchain. 10,000,000,000 `nanoBITS` is equal to 1 `bit`. + ## Partition Also called a _signing subgroup_, a subgroup is a set of threshold signing servers that all hold identical key shares. To sign a message, one member of each subgroup must participate. The Entropy chain assigns new threshold signing servers to a subgroup. @@ -115,4 +123,4 @@ A device running both an _Entropy chain node_and a _threshold signing server_. ## Wallet -A program or application that stores and manages a user's tokens. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy. +A program or application that stores and manages a user's `bits`. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy. diff --git a/content/basics/quickstart.md b/content/basics/quickstart.md index 10856a81..3f0f7404 100644 --- a/content/basics/quickstart.md +++ b/content/basics/quickstart.md @@ -107,7 +107,7 @@ Funds for testing are available from the CLI's built-in faucet. 1. Select **Entropy Faucet** from the main menu. - The CLI will request `2` test tokens from the Entropy network and send them to your selected account. This equates to `20,000,000,000` bits, which is enough to perform actions like registering an account, transferring funds, and deploying a program. + The CLI will request `2` test `bits` from the Entropy network and send them to your selected account. This equates to 20,000,000,000 `nanobits`, which is enough to perform actions like registering an account, transferring funds, and deploying a program. ```output ⠧ Funding account… diff --git a/content/guides/get-funds.md b/content/guides/get-funds.md index 76a843c6..7a302514 100644 --- a/content/guides/get-funds.md +++ b/content/guides/get-funds.md @@ -21,4 +21,4 @@ Funds for testing are available from the CLI faucet. You need to have the [Entro 1. Select the account you want to receive test funds. 1. Return to the main TUI menu and select **Entropy Faucet**. -The CLI will request `2` test tokens from the Entropy network and forward them to your selected account. This equates to `20,000,000,000` bits, enough to perform transactions like registering an account and deploying a program. +The CLI will request `2` test `bits` from the Entropy network and forward them to your selected account. This equates to `20,000,000,000` bits, enough to perform transactions like registering an account and deploying a program. diff --git a/content/guides/spin-up-a-devnet.md b/content/guides/spin-up-a-devnet.md index 5818549c..d062c461 100644 --- a/content/guides/spin-up-a-devnet.md +++ b/content/guides/spin-up-a-devnet.md @@ -205,7 +205,7 @@ You must have the latest LTS version of [Rust](https://www.rust-lang.org/tools/i It's important to regularly reset the network to maintain a clean testing environment, thoroughly document all configuration settings for reproducibility, and simulate various network conditions to ensure robustness. -Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test tokens, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. +Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test `bits`, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. ## Troubleshooting diff --git a/content/guides/transfer-funds.md b/content/guides/transfer-funds.md index 55681645..e8c197c5 100644 --- a/content/guides/transfer-funds.md +++ b/content/guides/transfer-funds.md @@ -35,7 +35,7 @@ To transfer funds, you must have the following: ![](./images/transfer-funds-select-to-address.png) -1. Enter the number of tokens you want to send. The minimum number you can send is `10000`. +1. Enter the number of `bits` you want to send. 1. Click **Make Transfer**. 1. Review the details on this confirmation page and click **Sign and Submit**. From a9e4bcd57631a4011fe144a433044233c3c78cf8 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:52:57 -0400 Subject: [PATCH 2/3] Capitalizes bits. --- content/basics/glossary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/basics/glossary.md b/content/basics/glossary.md index 65e7eace..91f55aa0 100644 --- a/content/basics/glossary.md +++ b/content/basics/glossary.md @@ -27,7 +27,7 @@ Autonomous agents are sometimes also called [intelligent programs]({{< relref "# ## Bit -The token uses to perform transactions on the Entropy blockchain. 1 `bit` is equal to 10,000,000,000 `nanoBITS`. +The token uses to perform transactions on the Entropy blockchain. 1 `BIT` is equal to 10,000,000,000 `nanoBITS`. ## Consumer key @@ -51,7 +51,7 @@ A synonym for an [autonomous agent]({{< relref "#autonomous-agent" >}}). ## Nanobit -The smallest possible value transferable on the Entropy blockchain. 10,000,000,000 `nanoBITS` is equal to 1 `bit`. +The smallest possible value transferable on the Entropy blockchain. 10,000,000,000 `nanoBITS` is equal to 1 `BIT`. ## Partition @@ -123,4 +123,4 @@ A device running both an _Entropy chain node_and a _threshold signing server_. ## Wallet -A program or application that stores and manages a user's `bits`. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy. +A program or application that stores and manages a user's `BITS`. Wallets hold the public and private keys that provide access and control over a user's assets. Since Entropy is built on the Substrate blockchain, most Substrate wallets should be compatible with Entropy. From 2a15c73dbc15ccd1a245e3b1284b3742447589d2 Mon Sep 17 00:00:00 2001 From: johnnymatthews <9611008+johnnymatthews@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:56:32 -0400 Subject: [PATCH 3/3] Updates bits to BITS. --- content/basics/quickstart.md | 4 ++-- content/guides/get-funds.md | 2 +- content/guides/spin-up-a-devnet.md | 2 +- content/guides/transfer-funds.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/basics/quickstart.md b/content/basics/quickstart.md index 3f0f7404..ddd2ad5a 100644 --- a/content/basics/quickstart.md +++ b/content/basics/quickstart.md @@ -1,7 +1,7 @@ --- title: "Quickstart" description: "Start experimenting with the Entropy network quickly." -lead: "By the end of this guide, you will have deployed a program onto the Entropy blockchain and be able to interact with it to produce signatures. These terms (deploy, program, blockchain, signature) may be a bit foreign to you right now, and that's ok! You don't need to understand everything in order to play around with Entropy." +lead: "By the end of this guide, you will have deployed a program onto the Entropy blockchain and be able to interact with it to produce signatures. These terms (deploy, program, blockchain, signature) may be somewhat foreign to you right now, and that's ok! You don't need to understand everything in order to play around with Entropy." weight: 1 --- @@ -107,7 +107,7 @@ Funds for testing are available from the CLI's built-in faucet. 1. Select **Entropy Faucet** from the main menu. - The CLI will request `2` test `bits` from the Entropy network and send them to your selected account. This equates to 20,000,000,000 `nanobits`, which is enough to perform actions like registering an account, transferring funds, and deploying a program. + The CLI will request `2` test `BITS` from the Entropy network and send them to your selected account. This equates to 20,000,000,000 `nanobits`, which is enough to perform actions like registering an account, transferring funds, and deploying a program. ```output ⠧ Funding account… diff --git a/content/guides/get-funds.md b/content/guides/get-funds.md index 7a302514..5fc6ee83 100644 --- a/content/guides/get-funds.md +++ b/content/guides/get-funds.md @@ -21,4 +21,4 @@ Funds for testing are available from the CLI faucet. You need to have the [Entro 1. Select the account you want to receive test funds. 1. Return to the main TUI menu and select **Entropy Faucet**. -The CLI will request `2` test `bits` from the Entropy network and forward them to your selected account. This equates to `20,000,000,000` bits, enough to perform transactions like registering an account and deploying a program. +The CLI will request `2` test `BITS` from the Entropy network and forward them to your selected account. This equates to `20,000,000,000 nanoBITS`, enough to perform transactions like registering an account and deploying a program. diff --git a/content/guides/spin-up-a-devnet.md b/content/guides/spin-up-a-devnet.md index d062c461..85ae17a7 100644 --- a/content/guides/spin-up-a-devnet.md +++ b/content/guides/spin-up-a-devnet.md @@ -205,7 +205,7 @@ You must have the latest LTS version of [Rust](https://www.rust-lang.org/tools/i It's important to regularly reset the network to maintain a clean testing environment, thoroughly document all configuration settings for reproducibility, and simulate various network conditions to ensure robustness. -Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test `bits`, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. +Developers should strive to mirror the mainnet environment as closely as possible while still maintaining flexibility for rapid iteration. If you plan to share access to the devnet, it's essential to establish a clear protocol for managing and distributing test `BITS`, implement monitoring and logging systems to track network behaviour, and regularly update the devnet software to match planned mainnet upgrades. ## Troubleshooting diff --git a/content/guides/transfer-funds.md b/content/guides/transfer-funds.md index e8c197c5..2aad9221 100644 --- a/content/guides/transfer-funds.md +++ b/content/guides/transfer-funds.md @@ -35,7 +35,7 @@ To transfer funds, you must have the following: ![](./images/transfer-funds-select-to-address.png) -1. Enter the number of `bits` you want to send. +1. Enter the number of `BITS` you want to send. 1. Click **Make Transfer**. 1. Review the details on this confirmation page and click **Sign and Submit**.