A TUI for amaru
First you will need to compile locally the amaru-doctor binary:
git clone https://github.com/jeluard/amaru-doctor
cd amaru-doctor
cargo install --path .You can now run amaru-doctor and let it detect your locally running amaru instance. Alternatively, you can pass amaru dbs location via environment variables: AMARU_LEDGER_DB=path/to/ledger.db AMARU_CHAIN_DB=path/to/chain.db amaru-doctor
Thanks to @geofflittle for the contributions.
