Skip to content

shwetank0714/BlockChain---Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Block-Chain-Model

The following project is a basic blockchain model coded in python language(version 3.8.5). The flask framework is being used to build this application.The Flask is a web framework. This means flask provides you with tools, libraries and technologies that allow you to build a web application. The output of the application is build using the Postman API development tool.

The output of the each block is displayed in the JSON(javascript Object Notation) format.

1. This is the Genesis Block which is the first block of the blockchain.Its previous hash is always null or '0'

2. Mining the blocks into the chain.

3. Displaying the chain.

NEW ADDITION ->

DATE: 5 SEPTEMBER 2020

Now you can have cryptocurrency transaction inside the blocks you can send the amount as well as you can recieve the amount.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages