Skip to content

Latest commit

 

History

History

subgraph

@robinhoodcoop/subgraph

The subgraph that indexes the RobinHoodCoop DAO and its ERC20.

Development

» install and start a TheGraph dev environment
» install and start ganache
» install and link dependencies
lerna bootstrap
» compile contracts
npm run contracts:compile
» extract ABIs
npm run abis:extract
» deploy contracts and mock data
npm run mock:deploy
» build the subgraph
npm run graph:build
» create a local subgraph
npm run graph:create:local
» deploy a local subgraph
npm run graph:deploy:local