Skip to content

Blockchain implementation with python (Flask) code and connect the code with postman to send GET request , to Create a Block (Mine A block), check if the blockchain is valid

Notifications You must be signed in to change notification settings

Compiler0110/Blockchain-implementation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Blockchain-implementation-

#odii fakher Blockchain implementation with python (Flask) code and connect the code with postman to send GET request , Create a Block (Mine A block), check if the blockchain is valid

#functions included

  • Create Block
  • get_previous_block
  • proof_of_work
  • hash
  • is_chain_valid

if you want to create block - send a GET request from postman by enter after connected domain /mine_block if you you want to check if the blockchain is valid or not , send GET request by adding after connected domain / is_valid.

About

Blockchain implementation with python (Flask) code and connect the code with postman to send GET request , to Create a Block (Mine A block), check if the blockchain is valid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published