Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/metastable-labs/subgraph
Subgraphs for the Liquid protocol
https://github.com/metastable-labs/subgraph
Last synced: 11 days ago
JSON representation
Subgraphs for the Liquid protocol
- Host: GitHub
- URL: https://github.com/metastable-labs/subgraph
- Owner: metastable-labs
- Created: 2024-09-16T19:06:58.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-04T10:03:53.000Z (3 months ago)
- Last Synced: 2024-11-21T19:48:10.379Z (2 months ago)
- Language: TypeScript
- Size: 165 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Aerodrome Subgraph Documentation
## Overview
This subgraph indexes and tracks data from the Aerodrome protocol on the Base network. It provides real-time insights into pools, tokens, transactions, and various protocol metrics, enabling developers to build powerful analytics tools and applications.
## Deployment
This subgraph is deployed on The Graph's hosted service. You can find it at [INSERT_SUBGRAPH_URL_HERE].
## Development
To modify or extend this subgraph:
1. Clone the repository: `git clone https://github.com/metastable-labs/subgraph`
2. Install dependencies: `yarn install`
3. Make your changes to the schema, mappings, or configurations
4. Generate types: `graph codegen`
5. Build the subgraph: `graph build`
6. Deploy to The Graph: `graph deploy --studio liquid-aerodrome`## Contributing
Contributions to improve the subgraph are welcome. Please submit issues and pull requests to the GitHub repository.