Skip to content

Commit

Permalink
docs: reorder tui sections
Browse files Browse the repository at this point in the history
  • Loading branch information
thephez committed Aug 26, 2024
1 parent 18dac14 commit 6214754
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/tutorials/tui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Click an option below to jump to the section describing it in more detail:

- [Identity management](#identity-management)
- [Contracts](#contracts)
- [Strategies](#strategies)
- [Wallet](#wallet)
- [Platform information](#platform-information)
- [Strategies](#strategies)

## Identity management

Expand All @@ -33,6 +33,25 @@ This screen is where you will add, manage and remove [contracts](https://docs.da

![Contracts screen](./img/TUI-8.png)

## Wallet

This screen lets you see a loaded wallet's information, including wallet type, public key, address, balance and number of UTXOs.

![Wallet screen](./img/TUI-43.png)

This screen also provides options for you to:

- Register identities
- Load previously registered identities
- Split the UTXOs currently in your wallet into a desired number of UTXOs with "Get more utxos". This is helpful for strategies that require many asset lock proofs.
- Load evonode identities (identities capable of [masternode voting](../../explanations/identity.md#voting))

## Platform information

This screen lets you see information on the epochs and the current version voting

![Platform information screen](./img/TUI-49.png)

## Strategies

This screen is where you can add, select, import and export [strategies](https://www.dash.org/blog/strategy-tests-usage-guide/).
Expand Down Expand Up @@ -64,22 +83,3 @@ Remember that when adding a number of operations to the strategy, it is the numb
#### Add strategy operation

![Add strategy screen](./img/TUI-29.png)

## Wallet

This screen lets you see a loaded wallet's information, including wallet type, public key, address, balance and number of UTXOs.

![Wallet screen](./img/TUI-43.png)

This screen also provides options for you to:

- Register identities
- Load previously registered identities
- Split the UTXOs currently in your wallet into a desired number of UTXOs with "Get more utxos". This is helpful for strategies that require many asset lock proofs.
- Load evonode identities (identities capable of masternode voting)

## Platform information

This screen lets you see information on the epochs and the current version voting

![Platform information screen](./img/TUI-49.png)

0 comments on commit 6214754

Please sign in to comment.