Golang implementation of Ethereum Block API
This API can store (in memory) new block information by getting Etherscan.
$ go mod init
$ go run main.go
$ curl -X POST http://127.0.0.1:8080/blocks -H "Content-Type: application/json" -d '{"height": "", "date": "", "mined": "", "reward": "", "difficult": "}'
$ curl -X GET http://127.0.0.1:8080/blocks