1.0.1 • Published 5 years ago

iota.js-remote-pow v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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

API

options object properties

options is optional

Contribute

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.