Skip to content

abhigoyani/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain

a simple blockchain model that can send, receive, mine. uses RSA for wallet and flask for the nodes. proof of work for consensus mechanism.

Requirements To use this Tool

  1. python 3.7 or erlier
  2. pycrypto
  3. Requests
  4. Flask
  5. Flask-CORS

Usage

clone the repository.

git clone https://github.com/abhigoyani/blockchain.git

change the port you want to run on in node.py file

prt = 5000

run the node.py file

python node.py

About

blockchain with flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages