Settle Interledger payments using on-ledger XRP transfers
npm i -g ilp-settlement-xrp
DEBUG=settlement* ilp-settlement-xrp
Optionally configure the settlement engine using these environment variables:
XRP_SECRET: The XRP Ledger secret to send outgoing payments and corresponding to the XRP account for receiving incoming payments.
RIPPLED_URI: Rippled WebSocket or JSON-RPC endpoint to submit transactions and query network state.
wss://s.altnet.rippletest.net:51233. To operate on mainnet, specify a mainnet validator, such as wss://s1.ripple.com.CONNECTOR_URL: URL of the connector's server dedicated to this settlement engine.
http://localhost:7771ENGINE_PORT: Port of the settlement engine server exposed to the connector (e.g. for triggering automated settlements).
3000REDIS_URI: URI to communicate with Redis, typically in the format redis://[:PASSWORD@]HOST[:PORT][/DATABASE].
127.0.0.1:6379/1 (database index of 1 instead of 0)DEBUG: Pattern for printing debug logs. To view logs, settlement* is recommended.Content type
Image
Digest
Size
77.8 MB
Last updated
over 6 years ago
docker pull interledger/settlement-xrp