Skip to content

Noc2/IOTA-PoWaaS-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

IOTA-PoWaaS-JS

With this code you can replace the proof of work in iota.lib.js with an API call to https://powsrv.io/

Usage

const IOTA = require("iota.lib.js")
const poWaaS = require("./powaas");
const iota = new IOTA({ provider: "https://nodes.thetangle.org:443" });
poWaaS(iota, "https://api.powsrv.io:443/");

About

Simple code to integrate an external proof of work service like https://powsrv.io/ based on @iota/curl-remote

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors