A subgraph that indexes camp specific nouns data. This is meant to augment nouns-subgraph, not replace.
Install dependencies:
yarn installGenerate AssemblyScript types from the schema and abis:
yarn codegenConfigure contract addresses and start blocks in networks.json, and an Ethereum RPC endpoint in .env (copy .env.template).
Start your local graph node with Docker by running:
docker-compose upThen in a new terminal run:
yarn deploy-local --network mainnetMake sure the specified network is configured in networks.json and matches the NETWORK in .env.
yarn testThe deployment procedure differs between providers. See the relevant docs for up-to-date instructions.