Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

faustbrian-archives/node-proof-of-work

Repository files navigation

You can help the author become a full-time open-source maintainer by sponsoring him on GitHub.


@faustbrian/node-proof-of-work

npm version

Installation

pnpm install @faustbrian/node-proof-of-work

Usage

import { work } from "@faustbrian/node-proof-of-work";

work(1);
work(2);
work(3);

License

This is an open-sourced software licensed under the AGPL-3.0-or-later.