Skip to content

CirclesUBI/circles-subgraph

Repository files navigation

circles-subgraph

Circles subgraph for The Graph


Circles subgraph for The Graph to fastly query available data in the Circles UBI ecosystem. You can play with GraphQL queries running against the current Circles data in the Graph explorer.

Development

# Install dependencies
npm install

# Copy env file and edit it according to your needs
cp .env.example .env

# Use graph commands
npm run codegen
npm run build
npm run create
npm run deploy

License

GNU Affero General Public License v3.0 AGPL-3.0