Update README.md

This commit is contained in:
Matt K 2018-01-09 08:45:15 -06:00 committed by GitHub
parent 70cfa20c68
commit f41bf49b0e

View File

@ -86,8 +86,9 @@ vulcanizedb/
<contract-address>.json
private/
```
The name of the JSON file should correspond the contract's address.
2. Start watching the contract `godo watchContract -- --environment=<some-environment> --contract-hash=<contract-address>`
The name of the JSON file should correspond the contract's address.
2. Start watching the contract `godo watchContract -- --environment=<some-environment> --contract-hash=<contract-address>`
3. Request summary data `godo showContractSummary -- --environment=<some-environment> --contract-hash=<contract-address>`
@ -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.
2. `go test ./...` to run all tests.