You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Payment pointers can be used as a persistent identifier on Interledger. Payment pointers can also be used as a unique identifier for an invoice to be paid or for a pull payment agreement.
A more comprehensive summary of FedNow, ILP Interledger Protocol, optionally XRP, and RippleCorp from a different service provider: https://supra.com/academy/fednow-and-ripple/
ILP Web Monetization https://webmonetization.org/ specifies Payment Pointers over HTTPS in HTML with a <link> node.
In Web3, there's EDNS Ethereum DNS and no HTTPS.
W3C DIDs and Blockcerts should work over any set of request-response capable protocols.
How to W3C DIDs with Blockcerts with Interledger ILP
Blockcerts are verifiable; how could blockcerts also indicate payment pointers and/or ILP addresses?
Couldn't Blockcerts also be written to and verified from ripplenet just like Bitcoin or Ethereum, which typically have significantly higher tx fees? But that's not even necessary to add a payment pointer to a blockcert, but then HTTPS without blockcert verification (or CT Log verification) would be used by SPSP FWIU?
The text was updated successfully, but these errors were encountered:
that's a very comprehensive issue you opened and I am not familiar with most of the technologies you are listing.
I believe Blockcerts could be plugged into any blockchain, provided you can register a transaction with some data, and retrieve it later in the verifier.
I have seen some blockcerts anchored to the Polygon chain, granted that is somewhat "easy" as Polygon is an EVM chain and follows the same patterns as ETH.
Now, if you are familiar with ILP internals, you will need:
How can or should a Blockcert indicate an ILP Interledger Protocol address or a Payment Pointer?
https://github.com/interledger/rfcs/blob/main/0015-ilp-addresses/0015-ilp-addresses.md
https://github.com/interledger/rfcs/blob/main/0009-simple-payment-setup-protocol/0009-simple-payment-setup-protocol.md
https://github.com/interledger/rfcs/blob/main/0026-payment-pointers/0026-payment-pointers.md
https://github.com/interledger/rfcs/blob/main/0032-peering-clearing-settlement/0032-peering-clearing-settlement.md
https://news.ycombinator.com/item?id=36503888 from "ILP Addresses - v2.0.0"
https://github.com/interledger/rfcs/blob/main/0015-ilp-addresses/0015-ilp-addresses.md#allocation-schemes :
ILP specifies SPSP Simple Payment Setup Protocol for exchanging Payment pointers over HTTPS.
https://interledger.org/developers/rfcs/simple-payment-setup-protocol/
ILP Web Monetization https://webmonetization.org/ specifies Payment Pointers over HTTPS in HTML with a
<link>
node.In Web3, there's EDNS Ethereum DNS and no HTTPS.
W3C DIDs and Blockcerts should work over any set of request-response capable protocols.
Blockcerts are verifiable; how could blockcerts also indicate payment pointers and/or ILP addresses?
Couldn't Blockcerts also be written to and verified from ripplenet just like Bitcoin or Ethereum, which typically have significantly higher tx fees? But that's not even necessary to add a payment pointer to a blockcert, but then HTTPS without blockcert verification (or CT Log verification) would be used by SPSP FWIU?
The text was updated successfully, but these errors were encountered: