iota-cl-ea

所属分类:物联网
开发工具:JavaScript
文件大小:12KB
下载次数:0
上传日期:2019-01-22 14:27:37
上 传 者sh-1993
说明:  链链接节点的IOTA外部适配器
(IOTA External Adaptor for Chainlink Nodes)

文件列表:
Dockerfile (187, 2018-02-03)
adaptor (0, 2018-02-03)
adaptor\index.js (197, 2018-02-03)
adaptor\node.json (64, 2018-02-03)
adaptor\package-lock.json (25945, 2018-02-03)
adaptor\package.json (507, 2018-02-03)
adaptor\server.js (3142, 2018-02-03)
adaptor\spec.js (2339, 2018-02-03)
entrypoint.sh (182, 2018-02-03)
iota-get-account-schema.json (834, 2018-02-03)

# IOTA CL Adaptor This adaptor is a base IOTA adaptor for Chainlink using the [iota.lib.js](https://github.com/iotaledger/iota.lib.js) library and [ExpressJS](https://expressjs.com/). ## Dependencies To be able to run this external adaptor, you need [Docker](docker.com) installed. ## Run the Adaptor This adaptor is published on the public docker hub, so you just need to run the two following commands: ```bash docker pull linkpoolio/iota-cl-ea docker run -t -p 8081:8081 -e HOST= -e PORT= linkpoolio/iota-cl-ea ``` To find a IOTA node, use the public directory found [here](https://iotanode.host/) ## Verify Adaptor To ensure that the adaptor is working properly, the following call: > http://localhost:8081/info Should result in something similar to the following: ```json { "appName": "IRI", "appVersion": "1.4.2.1", "jreAvailableProcessors": 8, "jreFreeMemory": 108582056, "jreVersion": "1.8.0_161", "jreMaxMemory": 7635730432, "jreTotalMemory": 118***63744, "latestMilestone": "AINWVKSNTXZTMCXGEZIVOYOWUKHUIWOSCFOFAVUXBLULAAGOYOBSFHRPNLGLUYXJN9PLKNCX9KEWZ9999", "latestMilestoneIndex": 340297, "latestSolidSubtangleMilestone": "AINWVKSNTXZTMCXGEZIVOYOWUKHUIWOSCFOFAVUXBLULAAGOYOBSFHRPNLGLUYXJN9PLKNCX9KEWZ9999", "latestSolidSubtangleMilestoneIndex": 340297, "neighbors": 40, "packetsQueueSize": 0, "time": 1517440111272, "tips": 9796, "transactionsToRequest": 7, "duration": 0 } ``` ## API Specification Currently, the API supports the following IOTA API queries: * broadcastAndStore * findTransactionObjects * getTransactionsObjects * getAccountData * getNodeInfo * sendTrytes ### /transaction-object-query **IOTA API Function:** findTransactionObjects Perform a transaction search based on the query parameters below. **GET Params:** Param | Description --- | --- bundles | Comma seperated list of bundle hashes addresses | Comma seperated list of addresses tags | Comma serperated list of transaction tags (27 trytes length) approvees | Comma seperated list of approvees ### /transaction-object **IOTA API Function:** findTransactionObjects Get transaction objects based on the transaction hashes. **GET Params:** Param | Description --- | --- transcations | Comma seperated list of transaction hashes ### /account-data **IOTA API Function:** getAccountData Get account data by given account seed. **GET Params:** Param | Description --- | --- seed | Account seed, non-tryte ### /broadcast-and-store **IOTA API Function:** broadcastAndStore Broadcast and store trytes. **GET Params:** Param | Description --- | --- trytes | Comma seperated list of trytes. ### /send-trytes **IOTA API Function:** sendTrytes Attach to trianges, then broadcast and store. **GET Params:** Param | Description --- | --- trytes | Comma seperated list of trytes. depth | `int` minWeightMagnitude | `int` ### /info **IOTA API Function:** getNodeInfo Get the current nodes information. ## Development To run the external adaptor, clone the repo and run the following commands: ```bash npm install node index.js ``` You should then see the following: > IOTA External Adaptor Listening on: ::8081 To run the unit tests, run the following: ```bash npm install -g npm test ``` Which should give the following output: ``` IOTA External Adaptor responds to / responds to /account-data (2558ms) responds to /info (***ms) responds to /transaction-object (147ms) responds to /transaction-object-query (191ms) 404 everything else ``` ## Contributions If anyone has any recommendation on what IOTA API calls to support, or wants to contribute and add more themselves, please do! Created by the [LinkPool](http://linkpool.io) Team

近期下载者

相关文件


收藏者