Skip to content

Implementation Of BlockChain In Python From Scratch With Your Own Cryptocurrency Like Bitcoin Able to mine Blockchain

License

Notifications You must be signed in to change notification settings

agaraman0/Blockchain-In-Python

Repository files navigation

Blockchain-In-Python

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

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/#

Result:

Block UI

block1

Open Transaction UI

transaction

Nodes

nodes

Thanks to Maximilian Schwarzmüller

About

Implementation Of BlockChain In Python From Scratch With Your Own Cryptocurrency Like Bitcoin Able to mine Blockchain

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages