From 60768187df7eac5c38c2409d99da68daa108c614 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Wed, 19 Sep 2018 09:09:12 -0400 Subject: [PATCH] Update installation-testnet-mainnet.md --- installation-testnet-mainnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-testnet-mainnet.md b/installation-testnet-mainnet.md index 27667fb..6acf06c 100644 --- a/installation-testnet-mainnet.md +++ b/installation-testnet-mainnet.md @@ -119,7 +119,7 @@ nodemon src/service.js ### Using the testdapp with testnet The test dapp may be used for testnet from your computer. It requires a provider that allows websockets: -1. Start by executing `launch-geth-testnet.sh` in the `test-dapp` folder to start the geth node with the required config to communicate with the status cluster via whisper. +1. Edit `launch-geth-testnet.sh` in the `test-dapp` folder to use an address you control. Then execute `launch-geth-testnet.sh` to start the geth node with the required config to communicate with the status cluster via whisper. 2. Execute `embark run testnet` to launch the dapp connected to testnet 3. Navigate in your browser to http://localhost:8000. Remember to disable Metamask (The provider injected by Metamask does not support Whisper) 4. You're now able to use the dapp normally. The status for the relayer that can be seen in the footer of the dapp won't reflect accurate information, since the relayers account are not deterministic anymore since you're not in a development environment