Skip to content

toshmanuel/transaction-fee-estimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Fee Estimator

Version

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.

Setup Environment

  1. Clone repository
git clone https://github.com/toshmanuel/transaction-fee-estimator.git
  1. Go into environment
source env/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Start server
uvicorn main:app --reload

API Documentation

  1. Redoc - {{base_url}}/redoc

About

Estimate Bitcoin Transaction Fee

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages