Oliver Bünting
Oliver Bünting
## Problem Definition I wrote a small M2M paywall demo and figured out that the send payment request ``` curl -i -X POST http://localhost:5001/api/v1/payments/0x0f114A1E9Db192502E7856309cc899952b3db1ED/0x61C808D82A3Ac53231750daDc13c777b59310bD9 -H 'Content-Type: application/json' --data-raw '{"amount": "42"}'...
I assume an URL including `digitalocean` in combination with a public Ethereum address triggered the bot.
The JavaScript related part of the microraiden documentation currently links to: 1) https://github.com/raiden-network/microraiden/blob/master/microraiden/webui/microraiden/README.md and 2) https://github.com/raiden-network/microraiden/blob/master/microraiden/webui/microraiden/docs/README.md This README is only needed once, therefore delete one of the READMEs.
## Description Using the latest CLI version I had to manually mint, allow and deposit the raiden service token with the UserDeposit Contract (UDC). It would be great to either...
## Description 3rd party software might want to keep the secret for a transfer outside of the Raiden SDK. Therefore we should expose a "reveal secret" function. ## Acceptance criteria...
## Description Users should be able to create Locked transfers outside of the Raiden SDK and just provide the SDK with the already signed locked transfer. This function should return...
## Description 3rd party software might want to have the possibility to provide matrix auth credentials. According to @kelsos, that function is internal atm. ## Acceptance criteria - Expose a...