Tools to help managing peers in interledger connector
- Restart Connector
- Add new peer as server or client
- Disable & Enable a peer by name
- Show all active peers
- Show a peer config by name and BTP URL if the connectivity is as client
- Show payment channels for account and specific peer
- More ...
Install by npm install N3TC4T/ilp-peer-tools -g
- Environment:
ILP_CONFIG_DIR
- Type:
string
- Default:
"/etc/ilp-connector"
Determines where is the ILP connector config directory
- Environment:
XRP_ADDRESS
- Type:
string
- Default:
"unknown"
XRP Address belong to current connector , it's needed for getting payment channels
- Environment:
BTP_URL
- Type:
string
- Default:
"unknown"
Connector BTP URL endpoint domain
run for usage :
ilp-tools -h
ilp-tools xrp:add server
you need to reload the connector after adding or disabling a peer
ilp-tools restart