awantoch / flask-dapp

Experimental dapp written with flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Experimental dapp written with flask

License:MIT License


Languages

Language:HTML 38.0%Language:Python 35.2%Language:JavaScript 25.5%Language:Makefile 1.3%