-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
This document should contain plain english instructions for testing functionality on `gaiad`. This “Script” is supposed to be run by 2 people who will each spin up a `gaiad` node and run the series of prompts below. | ||
|
||
- [Create a network of 2 nodes](getting-started/create-testnet.md) | ||
- [Generate an account](sdk/clients.md) | ||
- [Send funds from one account to the other](sdk/clients.md) | ||
- [Create a validator](validators/validator-setup.md) | ||
- [Edit a validator](validators/validator-setup.md) | ||
- [Delegate to validator](sdk/clients.md) | ||
- [Unbond from a validator](sdk/clients.md) | ||
- [View validators and verify output](validators/validator-setup.md) | ||
- [Query network status](getting-started/full-node.md) | ||
- [Create a proposal](validators/validator-setup.md) | ||
- [Query a proposal](validators/validator-setup.md) | ||
- [Vote on a proposal](validators/validator-setup.md) | ||
- [Query status of a proposal](validators/validator-setup.md) | ||
- [Query the votes on a proposal](validators/validator-setup.md) | ||
- [Export state and reload](getting-started/create-testnet.md) | ||
- [Create a network of 2 nodes](./gaia/deploy-testnet.md) | ||
- [Generate an account](./gaia/gaiacli.md) | ||
- [Send funds from one account to the other](./gaia/gaiacli.md) | ||
- [Create a validator](./gaia/validators/validator-setup.md) | ||
- [Edit a validator](./gaia/alidators/validator-setup.md) | ||
- [Delegate to validator](./gaia/gaiacli.md) | ||
- [Unbond from a validator](./gaia/gaiacli.md) | ||
- [View validators and verify output](./gaia/validators/validator-setup.md) | ||
- [Query network status](./gaia/join-testnet.md#run-a-full-node) | ||
- [Create a proposal](./gaia/validators/validator-setup.md) | ||
- [Query a proposal](./gaia/validators/validator-setup.md) | ||
- [Vote on a proposal](./gaia/validators/validator-setup.md) | ||
- [Query status of a proposal](./gaia/validators/validator-setup.md) | ||
- [Query the votes on a proposal](./gaia/validators/validator-setup.md) | ||
- [Export state and reload](./gaia/join-testnet.md) |