Axum web service to query bitcoin blockchain

Tasks

  1. Expose the functions that you wrote in assignment 3 as a REST API endpoint
  2. Take inspiration from block explorer apis.

Checkout the axum_demo for examples on how to use axum to create APIS.