-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add start of tui details * docs: add tui screenshots * Tui overview (#67) * Add files via upload * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update index.md * Update docs/tutorials/tui/index.md Co-authored-by: thephez <[email protected]> * Apply suggestions from code review Co-authored-by: thephez <[email protected]> --------- Co-authored-by: thephez <[email protected]> * chore: lint fixes FIx whitespace lint * chore: add descriptions to all images * docs(tui): add description * refactor: put some content below image instead of above * docs(tui): update --------- Co-authored-by: VirgileBa <[email protected]>
- Loading branch information
Showing
52 changed files
with
86 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
# Terminal user interface (TUI) | ||
|
||
The Dash Platform [Terminal User Interface (TUI)](https://github.com/dashpay/platform-tui) is a | ||
Rust-based application for interacting with Dash Platform in the terminal. Its purpose is to enable | ||
users to perform all actions permitted by Dash Platform, which, broadly speaking, means broadcasting | ||
state transitions and querying the network. The repository can be [cloned from | ||
GitHub](https://github.com/dashpay/platform-tui) and built according to the instructions found | ||
there. | ||
|
||
## Main screen | ||
|
||
This screen is the application's main menu. The interface provides quick navigation options and a summary of essential information. | ||
|
||
![Main screen](./img/TUI-1.png) | ||
|
||
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) | ||
|
||
## 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) | ||
|
||
## 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) | ||
|
||
## Strategies | ||
|
||
This screen is where you can add, select, import and export [strategies](https://www.dash.org/blog/strategy-tests-usage-guide/). | ||
|
||
![Strategies screen](./img/TUI-11-2.png) | ||
|
||
### Strategy management | ||
|
||
If you select or create a strategy, you are taken to the following screen. Here you can manage the selected strategy. | ||
|
||
![Strategy management screen](./img/TUI-13.png) | ||
|
||
- "Start identities" is the number of identities present at the start of your strategy - it is recommended to have a sufficient number of identities. See the end of the [strategy guide](https://www.dash.org/blog/strategy-tests-usage-guide/) for suggestions | ||
- "Start contract" is the number of contracts at the start of your strategy | ||
- "Identitiy inserts" is the number of identities inserted per block during the runtime of the strategy | ||
- "Operations" let you define the actions triggered during the runtime of the strategy | ||
|
||
### Adding operations to a strategy | ||
|
||
If you select "Operations", you will be presented with the following screen. | ||
|
||
![Operations screen](./img/TUI-28.png) | ||
|
||
Remember that when adding a number of operations to the strategy, it is the number of operation *per block*. If the strategy runs for 12 blocks, and 5 operations are defined in the strategy, it will total to 5 operations each block for 12 blocks = 60 operations. | ||
|
||
- "Add" lets you add specific documents, identity topups, key adds,... a specified number of time per block as shown in the [screenshot below](#add-strategy-operation) | ||
- "Register x documents to all contracts" will register x document each block to every contract that has been created in the strategy so far. Adding 3 documents to 4 contracts will result to 12 documents being added per block. This includes both "start contracts" and contracts added by the "add" option. | ||
|
||
#### 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) |