rchain-community/rgov

Refactor participate.js to allow multiple RGOV interfaces

Opened this issue · 1 comments

Right now, participate.js contains all the code necessary to write an RGOV app.
Several things need to be refactored into reuseable (and smaller) .js components in order for multiple RGOV interfaces to be implemented.
This would also allow the shell scripts in bootstrap to be re-written using JS.
[ ] NETWORK
[ ] deploy
[ ] propose

@David405 Is your current work on the rv2021 voting interface relevant to this issue?