opendexnetwork / opendex-docker

Streamlined setup of OpenDEX via Docker 🐳
GNU Affero General Public License v3.0
4 stars 1 forks source link

Tiny mode setup to bring up proxy first #33

Open Maith8Ae opened 3 years ago

Maith8Ae commented 3 years ago

It is used by the desktop app which do a tiny setup on the landing page. And later in "Create" or "Restore" page the app can invoke proxy API to create/restore.

opendex-launcher setup --tiny
stackingcats commented 3 years ago

I guess we would not want to invoke the tiny setup in the landing page. In case a remote connection is chosen, we do not need proxy at all and starting it would be obsolete in that case. The Create flow can remain as is imo. The tiny setup would be necessary only for the Recover.

BitcoinOG commented 3 years ago

The tiny setup would be necessary only for the Recover.

do you agree? @Maith8Ae