POD by Frensuipport is a TUI based tool for reading submiited task sheets on Sui blockchain.
This Tui tool is build with pysui SDK and Textualize.
- Rust (stable) for installation of Sui Binaries (optional) and building
pysui-fastcrypto
Rust wrapper (required) - Python version >= 3.10
python3 -m venv env
source env/bin/activate
pip install pysui
pip install textual