An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.