Doichain / dapp

Doichan dApp - a Meteor.js implementation of the "Doichain Atomic Double-Opt-In" Protocol
https://www.doichain.org
MIT License
6 stars 6 forks source link

Running a dApp for testnet #24

Closed silkroadnomad closed 6 years ago

silkroadnomad commented 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! (!)

silkroadnomad commented 6 years ago

Please also see https://github.com/Doichain/dapp/issues/15 if this is still necessary?