From 8e48afde0620e30b445a3393f42bfa8eeeb50808 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Fri, 30 Nov 2018 19:26:22 -0400 Subject: [PATCH] Updating dev readme --- installation-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation-development.md b/installation-development.md index dc10497..fbd1e6d 100644 --- a/installation-development.md +++ b/installation-development.md @@ -25,7 +25,7 @@ To run the test dapp, use `embark run` and then browse `http://localhost:8000/in The gas relayer service needs to be running, and configured correctly to process the transactions. Things to take in account are: the account used in embark, and the contract addresses. -You may use the test dapp to generate SNT and fund the relayer account before running the gas relayer, as it requires ether to start. +You may use the test dapp to generate SNT and fund the relayer account before running the gas relayer, as it requires ether to start. You may fund the relayer with `web3.eth.sendTransaction` or configure embark so it funds an account when it starts the chain. ## Relayer Node