Skip to content

A custom blockchain implementation using golang . A low level computing language . I optimised the process of signing the unsigned transactions by building a custom Merkle tree which reduced the mining time of the blockchain by 3 sec.

specter25/golang-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-blockchain

a basic bitcoin implementation using golang

About

A custom blockchain implementation using golang . A low level computing language . I optimised the process of signing the unsigned transactions by building a custom Merkle tree which reduced the mining time of the blockchain by 3 sec.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages