Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

atpar/ap-subgraph

Repository files navigation

ACTUS Protocol Subgraph

Development

yarn install
yarn build-contract
yarn codegen
yarn build

For setting up a local graph-node instance

# make sure local ganache instance is running
# and ap-contracts is deployed at the expected addresses
./setup-local-node.sh
# wait till node is synced
yarn create-local
yarn deploy:local