A simple MacOS menu bar app to display current coins from most popular Liquidity Pools on TinyMan.org ๐ค
If you are looking for quick executable installation refer to links below:
- MacOS M1
- MacOS Intel - TBD
Be aware that by default the tool displays a USDC equivalent of ALGO after performing a swap between 1 UNIT of selected ASA and ALGO.
- โ - 5 Pairs available by default. (Available)
- โ - Add any Asset by ASA ID. (Available)
- ๐ง - Custom base currency. (only ALGO at the moment)
- ๐ง - Code signed MacOS executables (TBD)
- ๐ง - CI/CD (TBD)
(for devs/contributors only )
This section assumes that poetry and pre-commit are installed and executed from the root folder of this repository.
- Clone the repo
git clone https://github.com/aorumbayev/tinybar- Install
pythonrequirements
poetry install # install all dependencies
poetry shell # activate virtual env- Configure
pre-commithooks
pre-commit install- Run tinybar in dev mode
(.venv) PYTHONPATH="." python src/tinybar.py- (optional) Build app executable
(.venv) PYTHONPATH="." python3 setup.py py2appTBD
TBD
Special thanks to everyone who forked or starred the repository โค๏ธ

