https://github.com/Uniswap/v3-subgraph
Subgraph for Uniswap V3
https://github.com/Uniswap/v3-subgraph
Last synced: 23 days ago
JSON representation
Subgraph for Uniswap V3
- Host: GitHub
- URL: https://github.com/Uniswap/v3-subgraph
- Owner: Uniswap
- License: gpl-3.0
- Created: 2021-01-27T19:32:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T16:43:11.000Z (2 months ago)
- Last Synced: 2025-05-07T18:08:04.755Z (24 days ago)
- Language: TypeScript
- Size: 1.1 MB
- Stars: 362
- Watchers: 33
- Forks: 524
- Open Issues: 109
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- best-of-crypto - GitHub - 84% open · ⏱️ 30.05.2024): (Automated Market Maker (AMM))
README
# Uniswap V3 and V3-Tokens Subgraph
## Development
1. Install dependencies
`yarn install`2. Build a v3 subgraph
`yarn build --network --subgraph-type v3`3. Deploy a v3 subgraph
`yarn build --network --subgraph-type v3 --deploy`4. Build a v3-tokens subgraph
`yarn build --network --subgraph-type v3-tokens`5. Deploy a v3-tokens subgraph
`yarn build --network --subgraph-type v3-tokens --deploy`Note: Deployments will fail if there are uncommitted changes in the subgraph. Please commit your changes before deploying.