Socket
Socket
Sign inDemoInstall

ilp-node

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilp-node

Connector used for https://github.com/interledger/interledger/wiki/Interledger-over-CLP


Version published
Weekly downloads
2
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

ilp-node

Testnet connector, see https://github.com/interledger/interledger/wiki/Interledger-over-CLP

In one screen:

$ npm install
$ node src/server-from-config-file
Listening on ws://localhost:8000/

In another:

$ node scripts/genSecrets.js
$ cat config/server.js # contains example confs for CLP-server, XRP, and ETH
$ vim config/client1.js # add your own XRP and ETH confs
$ node scripts/flood.js 10000 clp clp
[ '/Users/michiel/.nvm/versions/node/v7.7.1/bin/node',
  '/Users/michiel/gh/michielbdejong/ilp-node/scripts/flood.js',
  '10000',
  'clp',
  'clp' ]
10000 transfers took 3058ms, that is 3270.1111837802487 payments per second.

Connect to Amundsen

$ node scripts/genSecrets.js wss://amundsen.michielbdejong.com/ilp-node-3/api/v1
$ node scripts/flood.js 10000 clp clp
[ '/Users/michiel/.nvm/versions/node/v7.7.1/bin/node',
  '/Users/michiel/gh/michielbdejong/ilp-node/scripts/flood.js',
  '10000',
  'clp',
  'clp' ]
10000 transfers took 9044ms, that is 1105.7054400707652 payments per second.

Send over XRP

TODO: update docs for this.

Send over ETH Rinkeby

In order to connect to ethereum, you need to be running a geth node; see https://github.com/interledger/interledger/wiki/Interledger-over-ETH for full instructions.

FAQs

Package last updated on 19 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc