Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vhpoet/awesome-ilp
A curated list of ILP resources https://interledger.org
https://github.com/vhpoet/awesome-ilp
List: awesome-ilp
awesome
Last synced: about 1 month ago
JSON representation
A curated list of ILP resources https://interledger.org
- Host: GitHub
- URL: https://github.com/vhpoet/awesome-ilp
- Owner: vhpoet
- Created: 2016-11-16T00:02:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T17:00:42.000Z (over 6 years ago)
- Last Synced: 2024-05-18T21:59:47.739Z (6 months ago)
- Topics: awesome
- Size: 4.88 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xrpl - **Awesome Interledger** - ilp](https://awesome.re/badge.svg)](https://github.com/vhpoet/awesome-ilp) (Ideas / Libs/Deprecated)
README
# Awesome ILP
> A curated list of ILP resources https://interledger.orgPull requests are more then welcome.
- [Official Website](https://interledger.org)
- [White Paper](https://interledger.org/interledger.pdf)
- [Github Interledger](https://github.com/interledger)
- [Github Interledger.js](https://github.com/interledgerjs)
- [Twitter](https://twitter.com/Interledger)
- [W3C group](https://www.w3.org/community/interledger)## Tutorials
* [Using Moneyd to Join the ILP Testnet](https://medium.com/interledger-blog/using-moneyd-to-join-the-ilp-testnet-ba64bd42bb14) by [**@sharafian**](https://github.com/sharafian/)
* [SPSP: Simple Payment Setup Protocol](https://medium.com/interledger-blog/spsp-simple-payment-setup-protocol-2028292e6925) by [**@sharafian**](https://github.com/sharafian/)
* [HTTP-ILP: Paid API Calls with Interledger](https://medium.com/interledger-blog/http-ilp-paid-api-calls-with-interledger-fda53643a2eb) by [**@sharafian**](https://github.com/sharafian/)## Implementations
* [Interledger.js](https://github.com/interledgerjs) - Official JavaScript/TypeScript reference implementation
* [Hyperledger Quilt](https://github.com/hyperledger/quilt) - Java
* [cs-ilp-core](https://github.com/dora-gt/cs-ilp-core) - C### Ledger Plugins
### JavaScript (Interledger.js)
- [Plain account (BTP; no settlement)](https://github.com/interledgerjs/ilp-plugin-btp)
- [Plain asymmetric server (BTP; no settlement)](https://github.com/interledgerjs/ilp-plugin-mini-accounts)
- [XRP Payment Channels](https://github.com/ripple/ilp-plugin-xrp-paychan)
- XRP Asymmetric [Server](https://github.com/interledgerjs/ilp-plugin-xrp-asym-server)/[Client](https://github.com/interledgerjs/ilp-plugin-xrp-asym-client)
- [Ethereum Payment Channels](https://github.com/emschwartz/ilp-plugin-ethereum-paychan)
- [Bitcoin Payment Channels](https://github.com/interledgerjs/ilp-plugin-bitcoin-paychan)
- [Stripe](https://github.com/interledgerjs/ilp-plugin-stripe)