Basic implementation of Blockchain API with Flask.
- Clone the repo
git clone link-to-repo
- After navigating into directory, create virtual environment
python -m venv venv
- Install the dependencies:
pip install -r requirements.txt
- Run the command and head to localhost:5000
flask run