Skip to content

Commit

Permalink
comm guide edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-alloralabs committed Jul 24, 2024
1 parent 1108fc4 commit 088d9de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pages/devs/get-started/setup-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import { Callout } from 'nextra/components'
# Setup Wallet

## Create Wallet

Follow the instructions [here](/devs/installation/cli) to install our CLI tool `allorad`, which is needed to create a wallet.

Prior to executing transactions, a wallet must be created by running:

```shell
Expand Down
2 changes: 1 addition & 1 deletion pages/devs/validators/stake-a-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ With your stake information file ready, execute the following command to stake a

```shell
allorad tx staking create-validator ./stake-validator.json \
--chain-id=testnet \
--chain-id=allora-testnet-1 \
--home="$APP_HOME" \
--keyring-backend=test \
--from="$MONIKER"
Expand Down

0 comments on commit 088d9de

Please sign in to comment.