Skip to content

Decentralizing blockchain and cryptocurrency using flask across several nodes in a network.

Notifications You must be signed in to change notification settings

prathameshbelurkar/Decentralized-Arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decentralize Blockchain

Flask based backend application implements distributed-ledger blockchain with any amount of nodes in a network 🌐

Features:

  • Web 3.0
  • Decentralization
  • Mining
  • Consensus across nodes
  • Cryptocurrency
  • Transactions
  • Hashing



Flask

Flask is a web framework, it’s a Python module that lets you develop web applications easily. It’s has a small and easy-to-extend core: it’s a microframework that doesn’t include an ORM (Object Relational Manager) or such features.

It does have many cool features like url routing, template engine. It is a WSGI web app framework.




Get code on your machine:

https://github.com/prathameshbelurkar/Decentralize-Blockchain.git

Installing libraries

pip install -r requirements.txt

Execution & Deployment 🌌

  1. Getting Code on your Local Machine, Three ways:

    • Download and Extract the zip file and run execute in Python environment.
    • git clone https://github.com/prathameshbelurkar/Blockchains.git
    • gh repo clone prathameshbelurkar/Blockchains
  2. Execute/Run code in Python IDE.

  3. Download API Development Tool: Postman OR Simply paste these links in Web Browser:

About

Decentralizing blockchain and cryptocurrency using flask across several nodes in a network.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages