From 72b656fc15d8937b3a929e744be8a1f788b04b8b Mon Sep 17 00:00:00 2001 From: Matt Krump Date: Tue, 28 Nov 2017 15:14:05 -0600 Subject: [PATCH] Update README to include contract summary usage --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5939d505..5e6ffe66 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,20 @@ The default location for Ethereum is: 1. Start a blockchain. 2. In a separate terminal start listener (ipcDir location) - `godo populateBlocks -- --environment= --starting-number=` + +## Retrieve Contract Attributes + +1. Add contract ABI to contracts / environment directory: +``` +vulcanizedb/ + contracts/ + public/ + .json + private/ +``` +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=` ### Configuring Additional Environments