This is a public block chain project, nicknamed Lemon Juice. Cause I like Lemon Juice!
- Install python3.6 or above
- Install Virtual env (with pip), you can do that by basically run
pip install virtualenv, you need to install it inside the src folder (LemonJuiceBlockChain/src) - Create a virtual env by
virtualenv venv - Activate the virtual env by
./scr/env/Scripts/activate - Install the requirements by
pip install -r requirements.txt - Run the server by
python app.py - Access url:
http://127.0.0.1:5000/home - You can also use your IP:port to access the server from other devices in the same network (or external if port forwarding is set up)




