https://github.com/fedor-malyshkin/coding-go-blockchain
Blackchain Go exerciese
https://github.com/fedor-malyshkin/coding-go-blockchain
blockchain golang
Last synced: 2 months ago
JSON representation
Blackchain Go exerciese
- Host: GitHub
- URL: https://github.com/fedor-malyshkin/coding-go-blockchain
- Owner: fedor-malyshkin
- Created: 2023-09-16T16:55:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T23:22:04.000Z (over 2 years ago)
- Last Synced: 2024-06-19T18:06:10.098Z (almost 2 years ago)
- Topics: blockchain, golang
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/fedor-malyshkin/coding-go-blockchain/actions/workflows/audit.yml)
# coding-go-blockchain
Some `blockchain` exercise in Go (https://go.dev/)
## Requirements
* NONE
## Run tests
```sh
go test ./...
```