ilp-plugin-ethereum
ilp-plugin-ethereum copied to clipboard
Settle Interledger payments with ETH and ERC-20 tokens
Since each claim requires the private key to sign it (and each stream requires signing _many_ claims), only custodial wallets may use this. With custom signing keys, MetaMask and hardware...
e.g. `Depositing 10 DAI to channel for fee of 0.00048373 DAI`
On a T04 errors, the plugin sends the latest claim to the peer. Often, this requires verifying the signature, which if many T04s are triggered, can overwhelm the plugin/connector. Alternatively,...
This would be helpful for anyone looking at how this plugin works under the hood
What happened to the unit tests? I noticed the branch is gone. A lot of those tests were testing balance/account/store logic as well as packet construction very thoroughly. If they...