From 22a5191d4a7a5e3a4effbc6a0cdaeceae1015b14 Mon Sep 17 00:00:00 2001 From: Petr Balashov Date: Thu, 15 Jun 2017 11:58:11 +0200 Subject: [PATCH] updated readme, missing bins dl instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fe481ef..dafcb25 100644 --- a/README.md +++ b/README.md @@ -53,9 +53,13 @@ Place it in ./iguana folder. } } ``` + #### Sockets.io In dev mode backend is configured to send/receive messages from/to http://127.0.0.1:3000 address. If you open it as http://localhost:3000 sockets server will reject any messages. +#### Coin daemon binaries +Run binary_artifacts.sh from under agama folder you cloned previously. The script will fetch + #### For end users The instructions to make production build of Agama App will be updated soon.