0.9.3 • Published 6 years ago

delion-curl-remote v0.9.3

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

delion-curl-remote

Delion:API Patch to override the attachToTangle behaviour of iota.js

GitHub license


Getting started

Installation

Install using npm:

npm install delion-curl-remote

Patch attachToTangle function

const delionCurl = require('delion-curl-remote');
//... import IOTA lib
//... import IOTA validators
//... import IOTA transaction-converter

//... init IOTA Client

//patch attachToTagle
delionCurl(iotaClient,iotaValidators,transactionConverter, delionUser,delionPassword);

//bind overriden ATT function
const attachToTangle =iotaClient.attachToTangle

//... use IOTA Client

Documentation

Documentation of Delion:API https://delion.io can be found on docs.delion.io. Documentation of IOTA protocol and IRI http API can be found on docs.iota.works.

Copy

This repo is a modified copy of the "Curl Remote - IOTA.js Library Shim"(https://gitlab.com/iota-foundation/software/powbox/curl-remote). We thank the developers for the preliminary work

Reporting Issues

Please report any problems you encouter during development by opening an issue.

Announcements

Stay up to date and follow us at (https://twitter.com/delion_io)

Join the discussion

Suggestions and discussion around specs, standardization and enhancements are highly encouraged. You are invited to join the discussion on IOTA Discord.

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago