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.
- Host: GitHub
- URL: https://github.com/k-nrd/toychain
- Owner: k-nrd
- License: mit
- Created: 2020-09-23T13:43:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:48:30.000Z (over 2 years ago)
- Last Synced: 2025-01-07T08:16:00.243Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-package
[](https://github.com/hexlet-boilerplates/nodejs-package/actions)
[](https://codeclimate.com/github/hexlet-boilerplates/nodejs-package/maintainability)
[](https://codeclimate.com/github/hexlet-boilerplates/nodejs-package/test_coverage)## Setup
```sh
$ make install
```## Run tests
```sh
$ make test
```