Skip to content

zckkte/blockchain-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-go

A simple and clean implementation of blockchain concepts in Go. Ideal for learning and experimenting with distributed ledger fundamentals.

  • Block structure with headers, body, timestamp, and previous hash
  • Chain of blocks (simple linked list)
  • Basic transaction model with inputs and outputs
  • Proof-of-work mining algorithm

About

a simple in-memory blockchain implementation educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages