Jasmeet1709 / Blockchain

Implementing my own blockchain in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockchain Example

1. Blockcahin folder contains simple setup of blockchain with proof of work concept and other simple functionalities like

a) Creating a block
b) Mining a block
c) Checking a full chain

2. Cryptocurrency folder contains simple setup of cryptocurrency script for 3 nodes and other simple functionalities like

a) Creating a block
b) Mining a block
c) Checking a full chain
d) Connection different nodes
e) Updating chain with a new blocks added at other nodes

About

Implementing my own blockchain in python


Languages

Language:Python 100.0%