YaleOpenLab / openx-frontend

The frontend for the opensolar backend at https://github.com/YaleOpenLab/opensolar
https://www.openx.solar
MIT License
5 stars 5 forks source link

Create platform screens #12

Closed Varunram closed 4 years ago

Varunram commented 5 years ago

The idea behind open is for people to be able to create platforms without doing much on their side. This would;d be amplified further if we had a set of screens for the setting up of a platform which asks for parameters like:

  1. Blockchain of choice
  2. Mainnet / Testnet
  3. With escrow / without escrow

and so on. The backend code for this instance should be generated automatically based off open solar and on the user's chosen parameters. The frontend should prompt the user to run the backend instance after that.

A common example of this would be express . or create-react-app my_app. The openx backend should have params to do this manually and the openx frontend must have screens that can trigger openx's CLI parameters to generate the backend.

Varunram commented 4 years ago

closed via https://github.com/YaleOpenLab/create-openx-app