raiden-network / raiden-wizard

The Raiden Wizard On-Boarding Tool
https://raiden-network.readthedocs.io/en/stable/installation/quick-start/
MIT License
9 stars 17 forks source link

[Feature] Make wizard compatible with demoenvironments #96

Closed eorituz closed 4 years ago

eorituz commented 4 years ago

Idea

Since the Wizard is part of our solution bundle that simplifies onboarding it does make a lot of sense to provide a wizard version that setups a raiden node using the demo environment.

Suggestion

Create a config / constant file for the wizard to easily change different setup variables for the wizard. (All required changeable variables are listed underneath)

TODO

Simplify the deployment of a raiden wizard version that setups raiden using the demo environment

eorituz commented 4 years ago

PR #106 targets all of the above bullet points more or less. I was able to deploy a raiden wizard version that works and uses a "demoenv" (Since we don't have a demo environment yet I used a test environment).

However, every new version of the raiden smartcontracts requires some manual changes to the wizard code. This is targeted in Issue #104.

@Dominik1999 please assign someone to review my PR when you guys find the time