Skip to content

tcheard/blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Blockchain written in Go

Based on Building Blockchain in Go blog series.

Building

Go 1.8+ is required to build blockchain, which uses the new vendor directory.

$ mkdir -p $GOPATH/src/github.com/tcheard
$ git clone https://github.com/tcheard/blockchain.git $GOPATH/src/github.com/tcheard/blockchain
$ cd $GOPATH/src/github.com/tcheard/blockchain
$ make

You should now have blockchain in your bin/ directory:

$ ls bin/
blockchain

About

Basic blockchain written in Go

Resources

Stars

Watchers

Forks

Packages

No packages published