Skip to content

reddy-sushanth/se_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Instructions to run the project

install pip install flask

Run the blockchain node server,

$ export FLASK_APP=node_server.py $ flask run --port 8000

The application should be up and running at http://localhost:8000.

In another terminal run the application,

$ python run_app.py

The application should be up and running at http://localhost:5000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published