Home

Awesome

DAppnodePackage-raiden

DAppNodeStore Available

This is a package to deploy a Raiden node in a DAppNode.

The Raiden Network is an off-chain scaling solution, enabling near-instant, low-fee and scalable payments. It’s complementary to the Ethereum blockchain and works with any ERC20 compatible token.

See the documentation for more information.

Build prerequisites

Note: Make sure you can run git, docker ps, docker-compose without any issue and without sudo command.

Building

docker-compose build

Running

License

This project is licensed under the MIT License - see the LICENSE file for details

Note

This is early stage software

Raiden mainet keystore uploading doc

Raiden is available in DAppNode in mainet and the different testnets, but in mainet you have to upload your own keystore.

Running Raiden in mainet

In mainet you will have to install the mainet package and take into account that your Ethereum node should be running with this flags.

--jsonrpc-apis=eth,net,web3,parity and the flag --no-ancient-blocks should not be activated.

If you do not have a keystore file, you can create a new wallet in My Ether Wallet or MyCrypto, and then fund it with a bit of ETH / WETH (only token supported in mainet at the moment).

Please be aware that the online creation of wallets via a keystore file is not such a good security practice. This can be mitigated if you download the MyCrypto local app and create the wallet offline.

Do not leave significant value in wallets created through this method.

Keystore uploading

Go to packages and enter the Raiden package

No need to select any path in this case, you can leave this field as it is, and the keystore file will be uploaded in the correct path once you hit the "Upload" button.

Here you have an example screenshot!

If all the steps have been performed correctly you will see these logs within the Raiden package (at the bottom of the screen)

Now you can access the Raiden UI and start doing instant payments.

Backup of your account

When you install the Raiden mainet package the keystore is stored in your DAppNNode.

If you want to have a backup of that account follow these steps.

A compressed file called "keystore" will be dowloaded containing both the keystore file and the password (the latter as a hidden file)

Using Raiden with different accounts

If you have different keystores with WETH and you want to switch the account, you can do so by uploading your keystore file to the Raiden DAppNode Package (DNP) and by writing the address and password of your keystore in the environment variables field.

Your keystore is now uploaded. Now we need to tell the package that you want to use that keystore

You are done!

When you go to the Raiden ADMIN UI you will see your custom account.

As long as you have the keystore uploaded to the package you can use any account just by typing its password in the Environment variables field of the package and hitting Update, just the password, you do not need to write the address, the account will be recognized and you will be using that account when accessing the UI.

Now you are ready to enjoy fast, cheap, and scalable token transfers for Ethereum.