From d2979af371c3c148c73fb9e5a0dfee8af47a3587 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 3 Dec 2018 20:04:36 -0500 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 852a374..bdda7e0 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ $ yarn run start $ yarn run lint ```` +To run: +``` +node dist/index.js +``` + `status-x` requires `geth` or `murmur` to be able to connect to Whisper. If using `geth`, you may start it with the following flags. `geth --testnet --syncmode=light --ws --wsport=8546 --wsaddr=localhost --wsorigins=statusjs --rpc --maxpeers=25 --shh --shh.pow=0.002 --wsapi=eth,web3,net,shh,debug,admin`