/golock-chain

Block Chain in Go

Primary LanguageGoGNU General Public License v3.0GPL-3.0

GoLock-Chain

Implement BlockChain using Golang

Project Path

~/go/src/github.com/golock-chain
$ go install
$ golock-chain --help

Implement Process

  • Create Genesis Block and Chain
  • Proof of work when create block
    • Data
    • SHA-256 hasing
    • Nonce
  • Create persistence of blockchain
  • Command Line Interface