Skip to content

Simple implementation of blockchain to demonstrate the working of blockchain principles. You can refer to it to understand. It contains a real nice documentation for better understanding

Notifications You must be signed in to change notification settings

piyushxbajaj/Simple-Blockchain-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Block chain Implementation

I implemented block chain using python3.7 to gain a basic knowledge of how it works

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

-Python 3.6+
-Flask
-pip
-Postman (terminal can also work)

Installing

I made the project on Pycharm so you just need to open the project

$ python blockchain.py
* Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)

these are the app routes I created

/chain
/transactions/new
/mine
/nodes/register
/nodes/resolve

Acknowledgments

  • I learned this by an article in Hackernoon.com

About

Simple implementation of blockchain to demonstrate the working of blockchain principles. You can refer to it to understand. It contains a real nice documentation for better understanding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages