Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

js4484821266/blockchainpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchainpy

An implementation of a single blockchain system.

How it works

A block consists of header and transactions, and the header consists of these parts:

  • Version
  • The header of the previous block
  • Merkle tree root value
  • Timestamp
  • Number of bits
  • Nonce

(...)

About

An implementation of a simple blockchain system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages