Skip to content

basfl/fastapi-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

block chain

Steps

  • Create genesis block ( initial block )
  • mine block
    • get previous block
    • create proof of work
      • create digest
        • digest is some mathematical operation against data
        • hash the value of the digest
        • validate
        • return proof of work
    • hash previous block
    • create new block add it to list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages