Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 348 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 348 Bytes

Experimental Flask Dapp

Setup the dev environment with:

python -m venv venv
. venv/bin/activate
make install

Run Ganache to spawn a local chain, then deploy the contracts with:

make deploy

The Flask entrypoint is src/main.py and the frontend starts at templates/index.html

Setup .env and Makefile for deployment/provisioning.