forked from interledger/interledger.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibraries.html
More file actions
39 lines (26 loc) · 2.09 KB
/
libraries.html
File metadata and controls
39 lines (26 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
layout: page
title: "Libraries & Tools | Interledger"
body-class: "docs-overview"
active-nav: "Docs"
active-sub-nav: "Libraries"
---
<!-- docs overview section -->
<div class="container docs-wrapper">
<div class="row">
{% include docs-sidebar.html %}
<div class="col-sm-8 wrapper">
<h1 class="page-header">Libraries & Tools</h1>
<p class="intro">Build Interledger applications.</p>
<h2>SPSP</h2>
<p>Build Interledger payments into your apps with the <a target="_blank" href="https://github.com/interledgerjs/ilp-protocol-spsp">ILP SPSP Client</a>. This library can connect to any SPSP receiver for account discovery and payment detail negotation. For more information on how to use SPSP, read <a href="https://medium.com/interledger-blog/spsp-simple-payment-setup-protocol-2028292e6925">"SPSP: Simple Payment Setup Protocol"</a> on the Interledger Blog.
<h2>Koa ILP</h2>
<p>If you use the <a href="http://koajs.com/">Koa framework</a> in Node.js, this library will allow you to monetize your API in only a few lines of code. For more information, <a href="https://github.com/interledgerjs/koa-ilp">check out our Github</a> and <a href="https://medium.com/interledger-blog/http-ilp-paid-api-calls-with-interledger-fda53643a2eb">our blog post about it.</a></p>
<h2>ILP Fetch</h2>
<p>You can use <a href="https://github.com/interledgerjs/ilp-fetch">ILP Fetch</a> as a client to HTTP-ILP. ILP Fetch follows the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API">Fetch API</a>, but allows the client to send payments. You can use it to interact with paid APIs on Interledger.</p>
<h2>Moneyd XRP</h2>
<p><a href="https://github.com/interledgerjs/moneyd-xrp">Moneyd-XRP</a> allows you to connect to the Interledger network via XRP. It can be used on the livenet or the testnet with minimal configuration. We also have "Moneyd-ETH" and "Moneyd-Lightning" in the works.</p>
<h2>More tools coming soon!</h2>
</div>
</div>
</div> <!-- /container -->