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

Implement a TUI explorer for the Trinci-Node's Database #1

Open
1 of 3 tasks
StefanoSetti opened this issue Feb 8, 2022 · 0 comments
Open
1 of 3 tasks

Implement a TUI explorer for the Trinci-Node's Database #1

StefanoSetti opened this issue Feb 8, 2022 · 0 comments

Comments

@StefanoSetti
Copy link
Member

StefanoSetti commented Feb 8, 2022

The goal of the project is to implement a TUI (Text-based User Interface) that makes it easy to navigate through the data contained within the database (DB) populated by the Trinci-Node, whenever a transaction is successfully completed.

The DB used by the Trinci-Node is RocksDB. The RocksDB library implements a persistent key-value store where key and value are arrays of arbitrary bytes.

The project consists of creating an application that:

  • Implements the navigation and read-only operations of the Trinci-Node DB;

  • A TUI that uses that makes it easy to navigate, query the DB, and view the data.

The project constraints are as follows:

  • Writing the tool in Rust;

  • Implementation of the TUI through the tui-rs library.

Related Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant