Browse Source

docs: add links to CLI ref page

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
e84cb6ae93
  1. 2
      src/pages/start-mining.md
  2. 2
      src/pages/understand-stacks/accounts.md
  3. 2
      src/pages/write-smart-contracts/cli-wallet-quickstart.md
  4. 2
      src/pages/write-smart-contracts/hello-world-tutorial.md

2
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.

2
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 |

2
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.

2
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

Loading…
Cancel
Save