You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: