1.0.15-sphereon.1 • Published 2 years ago

@sphereon/ion-pow-sdk v1.0.15-sphereon.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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.