Skip to content

CassivsGabriellis/mini-blockchain-in-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain transaction system made in Go

This program aims to demonstrate, in a local and simplified manner for practical reasons, how the transaction structure of a blockchain works.

It implements a basic blockchain structure with proof-of-work mining to create a secure and tamper-resistant ledger. It prints the information of the block's hash, previous hash, timestamp, proof-of-work value, and data.

About

Demonstration of a Blockchain system made in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages