A Python application that allows users to have an idea of how much to pay for their bitcoin transaction to avoid overpaying or underpaying. This application provides users with APIs for use with any GUI or other backend applications.
- Clone repository
git clone https://github.com/toshmanuel/transaction-fee-estimator.git
- Go into environment
source env/bin/activate
- Install requirements
pip install -r requirements.txt
- Start server
uvicorn main:app --reload
- Redoc - {{base_url}}/redoc