diff --git a/src/pages/start-mining.md b/src/pages/start-mining.md index 52f4636e..c880f02a 100644 --- a/src/pages/start-mining.md +++ b/src/pages/start-mining.md @@ -208,6 +208,8 @@ After this runs, you'll probably see some installation logs, and at the end you } ``` +-> Check out the [Stacks CLI reference](/references/stacks-cli) for more details + Request BTC from faucet: We need to get some testnet BTC to that address. Grab the `btcAddress` field, and paste it into [this Bitcoin testnet faucet](https://tbtc.bitaps.com/). You'll be sent 0.01 testnet BTC to that address. diff --git a/src/pages/understand-stacks/accounts.md b/src/pages/understand-stacks/accounts.md index aed23429..04afee5e 100644 --- a/src/pages/understand-stacks/accounts.md +++ b/src/pages/understand-stacks/accounts.md @@ -53,6 +53,8 @@ stx make_keychain -t > cli_keychain.json } ``` +-> Check out the [Stacks CLI reference](/references/stacks-cli) for more details + | Field | Description | | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | `mnemonic` | A 24-word seed phrase used to access the account, generated using [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) with 256 bits of entropy | diff --git a/src/pages/write-smart-contracts/cli-wallet-quickstart.md b/src/pages/write-smart-contracts/cli-wallet-quickstart.md index 49058734..4ce73a9a 100644 --- a/src/pages/write-smart-contracts/cli-wallet-quickstart.md +++ b/src/pages/write-smart-contracts/cli-wallet-quickstart.md @@ -18,6 +18,8 @@ To install the Stacks CLI, run the following command in terminal. `npm install -g @stacks/cli` +-> Check out the [Stacks CLI reference](/references/stacks-cli) for more details + ## Creating a Wallet First, we are going to generate a new wallet for Testnet. To generate a wallet use the `make_keychain` command with the `-t` option for Testnet. diff --git a/src/pages/write-smart-contracts/hello-world-tutorial.md b/src/pages/write-smart-contracts/hello-world-tutorial.md index ffc77360..697d1a1c 100644 --- a/src/pages/write-smart-contracts/hello-world-tutorial.md +++ b/src/pages/write-smart-contracts/hello-world-tutorial.md @@ -213,6 +213,8 @@ cat cli_keychain.json | json_pp } ``` +-> Check out the [Stacks CLI reference](/references/stacks-cli) for more details + Make an API call to the Testnet faucet to get STX tokens. ```bash