Closed philippecamacho closed 2 years ago
This is for deployment to public testnet (rinkeby).
This will also need the services (relayer, etc.) to be up and running so in other words we are talking about a kind of staging environment for the demo.
We will first make the local demo work
I think deploying everything locally is fine. The idea is to enable the developers to test the GUI without mocking components.
Note that this is only for testing/debugging purposes. The final version will have only one container for the wallet, the other services will run on AWS.
Check with @Ancient123 how to use docker compose for coordinating several containers.
For the docker compose version I suggest the following
@Ancient123 I have this working but only with host networking. If we want to not use host networking it would be a bit involved and require some re-doing on how we run geth and deploy the contract.
I think the easiest might be to
@Ancient123 will work on the testing infrastructure to allow that. Check with @pictographer to see if this works.
@Ancient123 Deploying into the cloud will require dockerization.
Note that the GUI and Wallet will run locally.