Waterdrop is a celebration of the good actors in the blockchain space. Check out the gallery here
-
(install python & node.js locally)
-
git clone
https://github.com/ProphetFund/waterdrop.git
-
create virtual environment:
python -m venv venv
Comment: isn't thispython -m venv .venv
? -
activate python environment & install all dependencies:
source venv/bin/activate && pip install -r requirements.txt
-
change directory to app
cd app
-
install npm dependencies
npm install
-
run app:
python app.py
ornpm run run
orgunicorn app:app
(all work lol) -
navigate to http://127.0.0.1:5000/