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