From f41bf49b0e3a5f5913d8f5b3e5caa5a0b1c4ba8b Mon Sep 17 00:00:00 2001 From: Matt K <1036969+mkrump@users.noreply.github.com> Date: Tue, 9 Jan 2018 08:45:15 -0600 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9ff7ea88..832c00ab 100644 --- a/README.md +++ b/README.md @@ -86,8 +86,9 @@ vulcanizedb/ .json private/ ``` -The name of the JSON file should correspond the contract's address. -2. Start watching the contract `godo watchContract -- --environment= --contract-hash=` +The name of the JSON file should correspond the contract's address. + +2. Start watching the contract `godo watchContract -- --environment= --contract-hash=` 3. Request summary data `godo showContractSummary -- --environment= --contract-hash=` @@ -115,4 +116,4 @@ You can create configuration files for additional environments. In order to run the integration tests, you will need to run them against a real blockchain. At the moment the integration tests require [Geth v1.7.2](https://ethereum.github.io/go-ethereum/downloads/) as they depend on the `--dev` mode, which changed in v1.7.3 1. Run `./scripts/start_private_blockchain` as a separate process. -2. `go test ./...` to run all tests. \ No newline at end of file +2. `go test ./...` to run all tests.