https://github.com/n3tc4t/ilp-peer-tools
Tools for managing peers in ILP Connector
https://github.com/n3tc4t/ilp-peer-tools
ilp interledger manage peer
Last synced: 7 months ago
JSON representation
Tools for managing peers in ILP Connector
- Host: GitHub
- URL: https://github.com/n3tc4t/ilp-peer-tools
- Owner: N3TC4T
- Created: 2018-07-27T17:22:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T20:41:30.000Z (about 7 years ago)
- Last Synced: 2025-01-17T05:44:33.567Z (9 months ago)
- Topics: ilp, interledger, manage, peer
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Interledger Peer Tools
> Tools to help managing peers in interledger connector### Abilities
- [x] Restart Connector
- [x] Add new peer as server or client
- [x] Disable & Enable a peer by name
- [x] Show all active peers
- [x] Show a peer config by name and BTP URL if the connectivity is as client
- [x] Show payment channels for account and specific peer
- [ ] More ...### Installation
Install by ``npm install N3TC4T/ilp-peer-tools -g``
### Configuration Variables
#### `ILP_CONFIG_DIR`
* Environment: `ILP_CONFIG_DIR`
* Type: `string`
* Default: `"/etc/ilp-connector"`Determines where is the ILP connector config directory
#### `XRP_ADDRESS`
* Environment: `XRP_ADDRESS`
* Type: `string`
* Default: `"unknown"`XRP Address belong to current connector , it's needed for getting payment channels
#### `BTP_URL`
* Environment: `BTP_URL`
* Type: `string`
* Default: `"unknown"`Connector BTP URL endpoint domain
### Usage
run for usage :
```ilp-tools -h```
### Example
```ilp-tools xrp:add server```
### Attention
you need to reload the connector after adding or disabling a peer
```ilp-tools restart```