Socket
Socket
Sign inDemoInstall

@iota/pow-neon.js

Package Overview
Dependencies
88
Maintainers
9
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @iota/pow-neon.js

IOTA JavaScript Library for Performing Multi-Threaded PoW on NodeJS


Version published
Weekly downloads
232
increased by88.62%
Maintainers
9
Created
Weekly downloads
 

Readme

Source

Neon PoW

This package provides local proof of work multi-threaded for NodeJS, it binds to a native rust binary.

Pre-requisites

You will need the rust toolchain installed so that the native module can be built on install.

Install

npm install @iota/pow-neon.js

Usage

import { SingleNodeClient } from "@iota/iota.js";
import { NeonPowProvider } from "@iota/pow-neon.js";

const client = new SingleNeonClient("https://chrysalis-nodes.iota.org", { powProvider: new NeonPowProvider() });

Keywords

FAQs

Last updated on 21 Jan 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc