Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add nominee: Interledger Protocol #704

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions nominees/interledger-protocol.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "Interledger Protocol",
"aliases": [
"ILP"
],
"description": "Interledger is a protocol for sending packets of money across different payment networks or ledgers.",
"website": "https://interledger.org/rfcs/0027-interledger-protocol-4/",
"license": [
{
"spdx": "CC-BY-SA-4.0",
"licenseURL": "https://github.com/interledger/rfcs/blob/master/LICENSE"
}
],
"SDGs": [
{
"SDGNumber": 10,
"evidenceText": "By fostering the interoperability of formerly siloed networks and providing alternatives to traditional earning models on the web, the Interledger Protocol has the power to greatly advance financial inclusion and uplift the lives of billions in the process.",
"evidenceURL": "https://www.forbes.com/sites/tomgroenfeldt/2021/04/20/interledger-foundation-aims-to-make-web-payments-as-easy-as-email/"
}
],
"sectors": [],
"type": [
"standard"
],
"repositories": [
{
"name": "main",
"url": "https://github.com/interledger/rfcs"
}
],
"organizations": [
{
"name": "Interledger Foundation",
"website": "https://interledger.org/",
"org_type": "owner",
"contact_name": "Alex Lakatos",
"contact_email": "alex@interledger.org"
}
],
"stage": "nominee"
}