/cs6675_project

Project for CS6675

Primary LanguagePython

Project for CS6675

Spring 2022

Any usage of this project should appropriately reference this repository.

Info

Scripts used to benchmark and perform other experiments can be found in the research directory

The implementation of the blockchain and the proof of concept web server can be found in the web_chain directory

Running Proof of Concept

ezgif-4-3ebaf297f3

Assuming all requirements have been installed

start web server

cd web_chain
uvicorn poc:app

run validation script

cd web_chain
./validate