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

Latest commit

 

History

History
23 lines (19 loc) · 476 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 476 Bytes

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