This repo contains the sdk for ION proof of work.
- npm install ion-pow-sdk
const IonProofOfWork = require('ion-pow-sdk');
orimport IonProofOfWork from 'ion-pow-sdk'
- call
IonProofOfWork.submitIonRequestUntilSuccess(getChallengeUri, solveChallengeUri, JSON.stringify(requestBody))
- The SDK will get the challenge, solve it, and submit the request for you.