This is the menu based text user interface for catena.
- Install geth as described in: https://github.com/ethereum/go-ethereum/wiki/Installation-Instructions-for-Ubuntu
- Create a virtual environment:
virtualenv -p /usr/bin/python2.7 --no-site-packages .venv - Install catena-tui:
python setup.py develop
Just call it with catena-tui. The menu structure should be self-explanatory.