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

https://github.com/fungc-io/conv-eth-uniswap

Using The Graph API to query Ethereum network
https://github.com/fungc-io/conv-eth-uniswap

blockchain ethereum ethereum-contract graphql thegraph

Last synced: about 2 months ago
JSON representation

Using The Graph API to query Ethereum network

Awesome Lists containing this project

README

          

# Subgraph to index data from ETH/CONV pool

## Generate AssemblyScript types from the GraphQL schema and the contract ABIs

```yarn codegen```

## Lint files

```yarn run lint```

## Build project

```yarn run build```

## Deploy project

```yarn run deploy```