An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![audit](https://github.com/fedor-malyshkin/coding-go-blockchain/workflows/audit/badge.svg)](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 ./...
```