ilp-kit icon indicating copy to clipboard operation
ilp-kit copied to clipboard

Everything needed to create a ledger and connect it to the Interledger

Results 78 ilp-kit issues
Sort by recently updated
recently updated
newest added

if you want to deploy to Heroku now, use this link: https://dashboard.heroku.com/new?button-url=https%3A%2F%2Fgithub.com%2Finterledgerjs%2Filp-kit&template=https%3A%2F%2Fgithub.com%2Finterledgerjs%2Filp-kit%2Ftree%2Fmaster (notice 'master' instead of 'release' at the end of that URL). It will be fixed again when we...

bug

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...

enhancement

# 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...

docs
v4

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. *...

Peers are only added at startup or when the admin opens the peers list. If a peer is temporarily down, it should try to connect to it periodically, so that...

bug

When two ilp-kits peer, they have to agree on a trustline balance. This is an inconvenience which is currently solve manually by the two admins. We need to find an...

I had to manually substitute fields an it was unclear was values should have been used. Script should take in list of settings and finish deploy. Users should not have...

if we start adding more plugin types, it might make sense for an administrator to use a cli tool instead of web-based ui to administer peers. maybe we should just...

Quoting @momerath42 from Slack: for fixing the docs, the main stumbling blocks I ran into were: 1. latest node version (via `nvm`) 2. sudo pm2 logrotate command doesn't work, because...

if you have several plugins that do pluginVirtual + something, then why does ilp-kit still also offer settlements? for instance, I could create a plugin-paypal, i give it my paypal...