Configure your wallet assets and prices to watch with python
Track your favorite crypto coin price and your wallet balance. Install Create .env: ADMIN_USER=admin ADMIN_PASSWORD=admin Configure your wallet assets and prices to watch vi cryptowatch/config.json Clone this repository on your Docker host, cd into test directory and run compose up: git clone https://github.com/rafaelzimmermann/cryptowatch.git cd cryptowatch docker-compose up -d Open on your browser: http://localhost:3000/ To check the available symbols:
Read more