Powered by Ratatui
This is how the project looks like at the moment. The project is still in development and the final version may look different.
So far this is what we have at the moment. We are planning on replacing the recent logs screen with a session screen.
This change takes priority after some major bugs have been fixed.
- Input field character overflow
- Error popup has to be manually closed instead of timing out
- Due to the implementation of the overflow, another bug of scrolling back to previous inserted characters are not handled correctly More to come
- Implement Session Page
- Implement the TCP libraries
- Implement the P2P libraries using lib-p2p maybe
Some others that I can't think of atm
Install the rust via rustup or your package installer clone this repo
git clone https://github.com/urizennnn/zync.git
then run the code using cargo
cargo run
or if you prefer to run it in release mode to view how the human panic output errors
cargo run --release
after that follow the prompt.