interledger-deprecated / ilp-core

Core ILP module — handles ledger abstraction and quoting
Other
8 stars 5 forks source link

Clients should communicate via `sendMessage` #49

Closed justmoon closed 8 years ago

justmoon commented 8 years ago

Currently connectors are aware of each other's HTTP URIs. In practice, they should instead use ledger plugins to communicate, so that the communication mechanism is left up to the specific ledger and is not part of ILP.

See interledger/rfcs#96 and interledger/js-ilp-connector#213