Skip to content

DavidMRGaona/my-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Little Blockchain

A simple blockchain application in Python.

Instructions to run

Clone the project,

$ git clone https://github.com/DavidMRGaona/my-blockchain.git

Install the dependencies,

$ cd python_blockchain_app
$ pip install -r requirements.txt

Start a blockchain node server,

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

For windows users

set LANG=C.UTF-8
set FLASK_APP=node_server.py
flask run --port 8000

One instance of our blockchain node is now up and running at port 8000.

Run the application on a different terminal session,

$ python run_app.py

For windows users

set LANG=C.UTF-8
set FLASK_APP=run_app.py
flask run --port 8000

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

About

Minimum implementation of a blockchain for learning purposes only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors