Skip to content

soqet/go-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My blockchain implementation in go

wakatime

Pretty useless because I didn't implement the network

but maybe someday I will

How to use:

git clone https://github.com/soqet/go-blockchain.git
cd go-blockchain
make build
cd builds

On windows:

./main.exe help

On other systems:

./main.out help

TODO:

  • p2p network
  • better cli

About

blockchain implementation without network

Resources

Stars

Watchers

Forks

Releases

No releases published