Skip to content

debadityasingh8972/Own-Blockchain-and-Cryptocurrency

Repository files navigation

Blockchain-In-Python

Implementation Of BlockChain In Python From Scratch With Your Own CrytoCurrency Like BITCOIN

Build With The Help Of Python And Flask

Dependencies:

  • Python 3.x

  • Flask

  • Flask_cors

  • Pycrypto

  • Binascii

  • Anaconda

    Tip:Importing Classes From Different Scripts and Importing Methods Can Be An Tedious Job So Essentially Use A Code Editor Like VS Code Or Atom Something Like That

  • Extras:

    • Working With Flask And Understanding Restfull API During Reading node.py can Be Boring So Essentially Use Terminal Or any API Service Something Like Postman
    • Both Network UI and Node UI Both Are in ui Folder And Named respectively as node.html and network.html.

Procedure:

  • Clone this repository git clone https://github.com/Aman-py/Blockchain-In-Python

  • After Cloning Repository Just Simply Go In the Folder

    Example

    $ cd .../Blockchain-In-Python/ 
    $ python3 node.py 
  • After Running This U can Simply Open Your Browser And Run Url http://localhost:5000/#

About

A simple decentralized blockchain network using python (flask).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages