A simple Blockchain in Go.
blockGo is a minimalist blockchain implementation written in Go
blockGo/ βββ go.mod βββ main.go βββ blockchain/ βββ block.go βββ blockchain.go
- Clone the repository:
git clone https://github.com/devduart/blockGo.git
cd blockGo
go mod tidy
go run main.go