Skip to content

RiteshPuvvada/Blockchain-Grip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 

Repository files navigation

Simple Blockchain Application πŸ”—

A simple blockchain implementation in Python including the Proof of Work(PoW) algorithm.

Installation

  • Clone the project
$ https://github.com/RiteshPuvvada/Blockchain-Grip.git

$ cd Blockchain-Grip
  • Install the dependencies
$ pip install Flask
  • Run the application
$ python BlockChain.py

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

  • Checking the Blockchain
http://127.0.0.1:5000/get_chain
  • Mining a new block
http://127.0.0.1:5000/mine_block
  • Check if the Blockchain is valid or not
http://127.0.0.1:5000/is_valid

About

A simple Blockchain application in Python

Topics

Resources

Stars

Watchers

Forks

Languages