UNPKG

nanpow

Version:

This repository contains a WebAssembly based multi-threaded PoW generator.

14 lines (11 loc) 263 B
# nanpow This repository contains a WebAssembly based multi-threaded PoW generator. ### Installation: Package installation: ```` npm install nanpow ```` Browser installation: ````html <script src="https://unpkg.com/nanpow/dist/index.iife.min.js"></script> ````