Any usage of this project should appropriately reference this repository.
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
Assuming all requirements have been installed
start web server
cd web_chain
uvicorn poc:app
run validation script
cd web_chain
./validate