From 78dc4e5331e2cfe0ac6264a70e267cf7acf36334 Mon Sep 17 00:00:00 2001 From: Victor Grau Serrat Date: Fri, 10 Sep 2021 06:07:17 -0600 Subject: [PATCH 1/2] BLD: Add Interledger Protocol --- nominees/interledger-protocol.json | 36 ++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 nominees/interledger-protocol.json diff --git a/nominees/interledger-protocol.json b/nominees/interledger-protocol.json new file mode 100644 index 000000000..4a12a18d7 --- /dev/null +++ b/nominees/interledger-protocol.json @@ -0,0 +1,36 @@ +{ + "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" + ], + "repositoryURL": "", + "organizations": [ + { + "name": "Interledger Foundation", + "website": "https://interledger.org/", + "org_type": "owner", + "contact_name": "Alex Lakatos", + "contact_email": "alex@interledger.org" + } + ], + "stage": "nominee" +} From 5748b1c52e54364adb838b9ff04d4cceedf61444 Mon Sep 17 00:00:00 2001 From: nathanbaleeta Date: Mon, 21 Nov 2022 15:11:45 +0300 Subject: [PATCH 2/2] Update JSON structure --- nominees/interledger-protocol.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nominees/interledger-protocol.json b/nominees/interledger-protocol.json index 4a12a18d7..e0c8344a2 100644 --- a/nominees/interledger-protocol.json +++ b/nominees/interledger-protocol.json @@ -22,7 +22,12 @@ "type": [ "standard" ], - "repositoryURL": "", + "repositories": [ + { + "name": "main", + "url": "https://github.com/interledger/rfcs" + } + ], "organizations": [ { "name": "Interledger Foundation",