Skip to content

Commit

Permalink
docs: update governance proposal tutorial (backport #1991) (#2025)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christoffersen <[email protected]>
  • Loading branch information
mergify[bot] and ryanchristo authored Aug 21, 2023
1 parent f8235c6 commit 33a70da
Show file tree
Hide file tree
Showing 8 changed files with 288 additions and 69 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export default defineUserConfig({
text: 'User Tutorials',
children: [
'/tutorials/user/ibc-transfers',
'/tutorials/user/currency-allowlist-proposal',
'/tutorials/user/message-based-governance-proposals',
'/tutorials/user/credit-class-project-batch-management',
],
},
Expand Down
4 changes: 2 additions & 2 deletions docs/ledger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The following block explorers currently support Redwood Testnet:

- [Aneka](https://redwood.regen.aneka.io)

#### Testnet Tokens
#### Token Faucets

The following token faucets currently support Redwood Testnet:

Expand All @@ -88,4 +88,4 @@ Have any questions, comments, or new ideas? The following community channels are
Are you interested in contributing to the Regen Ledger codebase or documentation? Check out the contributing guidelines and feel free to open an issue or pull request:

- [Regen Ledger GitHub](https://github.com/regen-network/regen-ledger)
- [Regen Ledger Contributing](https://github.com/regen-network/regen-ledger/CONTRIBUTING.md)
- [Regen Ledger Contributing](https://github.com/regen-network/regen-ledger/blob/main/CONTRIBUTING.md)
10 changes: 8 additions & 2 deletions docs/ledger/get-started/manage-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,21 @@ The `os` (i.e. "operating system") keyring backend is best for users planning to

The `test` keyring backend is best for testing, i.e. when security or recovery is not a concern. When using the `test` keyring backed, the keys are stored in the application's "home" directory.

To check the current configuration, run the following:

```sh
regen config
```

To configure the keyring backend for all commands, run the following:

```sh
regen config keyring-backend test
regen config keyring-backend [keyring-backend]
```

## Add Key

When you add a key, you are adding a new or existing key to the keyring backend. If you already have an existing key that you would prefer to reuse here, you can use the `--recover` flag.
When you add a key, you are adding a new or existing key to the keyring backend. If you already have an existing key that you would prefer to reuse here, you can use the `--recover` flag. Also, if you have a ledger device, you can use the `--ledger` flag.

To add a key to the keyring backed, run the following command:

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tutorials for interacting and building with Regen Ledger.
## User Tutorials

- [IBC Transfers](user/ibc-transfers.md)
- [Currency Allowlist Proposal](user/currency-allowlist-proposal.md)
- [Message-Based Governance Proposals](user/message-based-governance-proposals.md)
- [Credit Class, Project, and Batch Management](user/credit-class-project-batch-management.md)

## Developer Tutorials
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ Congratulations! You have now created and updated a credit class, project, and b

### Regen Mainnet

Everything you've done here can also be done using [Regen Mainnet](../../ledger/get-started/live-networks.md#regen-mainnet). All you need to do is update the configuration for the `regen` binary to use a different chain ID and node endpoint (you'll also need to own official REGEN tokens). See [Live Networks](../../ledger/get-started/live-networks.md) for configuration instructions.
Everything you've done here can also be done using Regen Mainnet. All you need to do is update the configuration for the `regen` binary to use a different chain ID and node endpoint (you'll also need to own official REGEN tokens). See [Regen Mainnet](../../ledger/get-started/regen-mainnet.md) for configuration instructions.

### Regen Marketplace

Expand Down
61 changes: 0 additions & 61 deletions docs/tutorials/user/currency-allowlist-proposal.md

This file was deleted.

Loading

0 comments on commit 33a70da

Please sign in to comment.