Skip to content

Commit

Permalink
Updates bits to BITS.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews committed Dec 4, 2024
1 parent a9e4bcd commit 2a15c73
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions content/basics/quickstart.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down Expand Up @@ -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…
Expand Down
2 changes: 1 addition & 1 deletion content/guides/get-funds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion content/guides/spin-up-a-devnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/guides/transfer-funds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

Expand Down

0 comments on commit 2a15c73

Please sign in to comment.