https://github.com/dl-solarity/graph-template
The Graph template project for ad-hoc development
https://github.com/dl-solarity/graph-template
solarity template the-graph
Last synced: 12 months ago
JSON representation
The Graph template project for ad-hoc development
- Host: GitHub
- URL: https://github.com/dl-solarity/graph-template
- Owner: dl-solarity
- Created: 2022-05-04T13:40:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T11:42:43.000Z (over 2 years ago)
- Last Synced: 2025-04-07T17:21:11.459Z (over 1 year ago)
- Topics: solarity, template, the-graph
- Language: TypeScript
- Homepage:
- Size: 284 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Graph template
Template The Graph repository for ad-hoc subgraphs development.
## How to use
The root of the repository is just a wrapper around the actual subgraphs. The wrapper is needed to lint (via prettier) and hook (via husky) the subgraphs code.
You will find the dummy template subgraph implementation in the `subgraph` directory. You may either modify the code there or create new directories for new subgraphs if the project requires more than one subgraph to be implemented.
> [!NOTE]
> Each subgraph has its own deployment configs, double check them before publishing