Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add tui dpns info #77

Merged
merged 3 commits into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading