Stefan Thomas
Stefan Thomas
The client config file includes the hostname, which we enter during `npm run configure`, so should `npm run configure` just generate the client config file, too?
ILP Kit should keep track of current peers as well as adding/removing peers via the database, not via the configuration. That will allow us to do things like managing peers...
I'd like to offer cheaper or even free liquidity to peers that I consider equally trusted and well-connected as myself. So we need a way to set different fees for...
# Problem Right now, developers have to bypass an SSL warning after installing ILP Kit and running it in development mode. It's also easy to forget to edit your hosts...
Several improvements to the development setup instructions: * Change clone command to use `v4` branch. * Create an `npm run install-all` shortcut command instead of manually cd-ing and installing. *...
Original notes see below. We noticed there were the following use cases: * Is my peer trustworthy? (2) * Am I making/losing money by having this trustline? (2) * When...
- [x] deposit: user uses settlement method to add money to their account - [ ] withdrawal: user can request a withdrawal - their account is debited and the admin...
Currently, only SPSP payments initiated or received by ILP Kit are shown in the activity feed. All transfer should show up in the activity.
Connectors may want to report aggregate statistics (volume, number of payments) to a third-party service in order to build their reputation and attract more users. This should be a setting...
As a receiver, I'd like to be able to add a note on a payment to remind myself what it was for.