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

https://github.com/k-nrd/toychain

A toy Proof of Work blockchain written in JavaScript.
https://github.com/k-nrd/toychain

Last synced: 3 months ago
JSON representation

A toy Proof of Work blockchain written in JavaScript.

Awesome Lists containing this project

README

        

# nodejs-package

[![Node CI](https://github.com/hexlet-boilerplates/nodejs-package/workflows/Node%20CI/badge.svg)](https://github.com/hexlet-boilerplates/nodejs-package/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/dfc50c2d88cd46d069c1/maintainability)](https://codeclimate.com/github/hexlet-boilerplates/nodejs-package/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/dfc50c2d88cd46d069c1/test_coverage)](https://codeclimate.com/github/hexlet-boilerplates/nodejs-package/test_coverage)

## Setup

```sh
$ make install
```

## Run tests

```sh
$ make test
```