Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 1.97 KB

README.md

File metadata and controls

73 lines (58 loc) · 1.97 KB

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