1.8.6 • Published 1 year ago

@iota/pow-wasm.js v1.8.6

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Node Wasm

This package provides local proof of work multi-threaded for NodeJS implemented in WASM, it is still slow but faster than the default LocalPowProvider.

Install

npm install @iota/pow-wasm.js@1.9.0-stardust.1

Usage

import { SingleNodeClient } from "@iota/iota.js";
import { WasmPowProvider } from "@iota/pow-wasm.js";

const client = new SingleNodeClient("http://localhost:14265/", { powProvider: new WasmPowProvider() });
2.0.0-rc.3

1 year ago

2.0.0-rc.2

1 year ago

2.0.0-rc.1

2 years ago

1.9.0-stardust.6

2 years ago

1.9.0-stardust.3

2 years ago

1.9.0-stardust.4

2 years ago

1.9.0-stardust.1

2 years ago

1.8.6

2 years ago

1.8.5

2 years ago

1.8.2

2 years ago

1.8.1

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

0.2.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago