iota.js-remote-pow
v1.0.1
Published
For latest iota.js (version > 1.x.x) attachToTangle remote PoW
Downloads
7
Maintainers
Readme
iota.js-remote-pow
For latest iota.js (version >= 1.x.x) attachToTangle remote PoW. Library to delegate Proof-of-work
Getting started
npm install iota.js-remote-pow
How to Use
const remoteATT = require('iota.js-remote-pow')
const attachToTangle = remoteATT()
// Set attachToTangle to your IOTA client
const { composeAPI } = require('@iota/core')
const iota = composeAPI({
attachToTangle
})
Remote PoW providers
- thetangle(https://nodes.thetangle.org:443) - Default
- powsrv(https://api.powsrv.io:443)
API
- remoteATT([options])
options
object properties
options
is optional
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.