Socket
Socket
Sign inDemoInstall

@decentralized-identity/ion-pow-sdk

Package Overview
Dependencies
12
Maintainers
10
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @decentralized-identity/ion-pow-sdk

sdk to perform proof of work for ION


Version published
Weekly downloads
270
increased by26.17%
Maintainers
10
Install size
2.29 MB
Created
Weekly downloads
 

Readme

Source

ion-pow-sdk

This repo contains the sdk for ION proof of work.

How To Use It

  1. npm install ion-pow-sdk
  2. const IonProofOfWork = require('ion-pow-sdk'); or import IonProofOfWork from 'ion-pow-sdk'
  3. call IonProofOfWork.submitIonRequestUntilSuccess(getChallengeUri, solveChallengeUri, JSON.stringify(requestBody))
  4. The SDK will get the challenge, solve it, and submit the request for you.

FAQs

Last updated on 29 Nov 2023

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