cosmos-sdk/docs/RELEASE_TEST_SCRIPT.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

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](./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)