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
- Host: GitHub
- URL: https://github.com/fungc-io/conv-eth-uniswap
- Owner: fungc-io
- Created: 2021-04-18T04:07:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T05:19:16.000Z (over 4 years ago)
- Last Synced: 2025-02-06T21:45:10.069Z (8 months ago)
- Topics: blockchain, ethereum, ethereum-contract, graphql, thegraph
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```