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