Skip to content

Commit

Permalink
docs: add tui dpns info (#77)
Browse files Browse the repository at this point in the history
* docs: update tui images

* docs: reorder tui sections

* docs: add tui dpns info
  • Loading branch information
thephez authored Aug 26, 2024
1 parent 5222735 commit c7d11fa
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 20 deletions.
Binary file modified docs/tutorials/tui/img/TUI-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/tui/img/TUI-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/tui/img/TUI-43.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/tui/img/TUI-49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/tutorials/tui/img/TUI-8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/tutorials/tui/img/TUI-dpns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 27 additions & 20 deletions docs/tutorials/tui/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,49 @@ This screen is the application's main menu. The interface provides quick navigat
Click an option below to jump to the section describing it in more detail:

- [Identity management](#identity-management)
- [Name service (DPNS)](#name-service-dpns)
- [Contracts](#contracts)
- [Strategies](#strategies)
- [Wallet](#wallet)
- [Platform information](#platform-information)
- [Strategies](#strategies)

## Identity management

This screen is where identity operations are done, including requesting identities, transferring credits, and registering [DPNS names](https://docs.dash.org/projects/platform/en/stable/docs/explanations/dpns.html). Press `p` to enable proofs.

![Identities screen](./img/TUI-2.png)

## Name Service (DPNS)

This screen view information related to your identities and any names linked to them. It also provides access to the voting screen where masternodes can vote on [requests for premium names](../../explanations/dpns.md#conflict-resolution).

![DPNS screen](./img/TUI-dpns.png)

## Contracts

This screen is where you will add, manage and remove [contracts](https://docs.dash.org/projects/platform/en/stable/docs/tutorials/contracts-and-documents.html). System contracts encompass [Dashpay](https://docs.dash.org/projects/platform/en/stable/docs/explanations/dashpay.html) and [DPNS](https://docs.dash.org/projects/platform/en/stable/docs/explanations/dpns.html) contracts as of today, other contracts must be fetched by ID.

![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 +90,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 c7d11fa

Please sign in to comment.