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 venvComment: 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.pyornpm run runorgunicorn app:app(all work lol) -
navigate to http://127.0.0.1:5000/