Closed silkroadnomad closed 6 years ago
When starting a docker image for testnet also dapp should be configured to use several testnet parameter.
e.g. it is necessary to read an alternative: doichain-opt-in-provider and/or doichain-opt-in-key from and for the testnet environment.
I suggest to use: doichain-test-opt-in-provider and doichain-test-opt-in-key
When starting the docker container with testnet=true (as regtest true) this should also go into settings.json
### Or even better the dApp should recognize it automatically in which mode the underluying node is running! (!)
Please also see https://github.com/Doichain/dapp/issues/15 if this is still necessary?
When starting a docker image for testnet also dapp should be configured to use several testnet parameter.
e.g. it is necessary to read an alternative: doichain-opt-in-provider and/or doichain-opt-in-key from and for the testnet environment.
I suggest to use: doichain-test-opt-in-provider and doichain-test-opt-in-key
When starting the docker container with testnet=true (as regtest true) this should also go into settings.json
### Or even better the dApp should recognize it automatically in which mode the underluying node is running! (!)