Blockchain implementation in Go to learn to program in Go.
- Logs url of requests to webserver as a PoW-secured blockchain on disk.
- Simple and elegant solution.
- Proper Go code architecture.
- Runs out of the box with
go run main.go
. - Is not fully tested for production use.