ilp-plugin-virtual
Version:
ILP virtual ledger plugin for directly transacting connectors
30 lines (29 loc) • 739 B
JSON
{
"subject": "acct:alice@localhost",
"links": [
{
"rel": "https://interledger.org/rel/ledgerUri",
"href": "http://localhost/ledger"
},
{
"rel": "https://interledger.org/rel/socketIOUri",
"href": "http://localhost/api/socket.io"
},
{
"rel": "https://interledger.org/rel/ilpAddress",
"href": "localhost.alice"
},
{
"rel" : "https://interledger.org/rel/sender/payment",
"href" : "http://localhost/api/payments"
},
{
"rel" : "https://interledger.org/rel/sender/quote",
"href" : "http://localhost/api/payments/quote"
},
{
"rel" : "https://interledger.org/rel/spsp/v2",
"href" : "http://localhost/api/spsp/alice"
}
]
}