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

https://github.com/dimensiondev/ito-subgraph

ITO subgraph
https://github.com/dimensiondev/ito-subgraph

Last synced: 8 months ago
JSON representation

ITO subgraph

Awesome Lists containing this project

README

          

# ITO Subgraph

This subgraph tracks all of ITO pools create by the ITO contract.

## Setup

```bash
yarn
yarn codegen
yarn build
```

## Running Locally

Make sure to update package.json settings to point to your own graph account.

## Deployed Subgraphes

| Chain | URL |
| ----- | ------- |
| Mainnet | [mask-ito-mainnet](https://thegraph.com/explorer/subgraph/dimensiondev/mask-ito-mainnet) |
| Ropsten | [mask-ito](https://thegraph.com/explorer/subgraph/dimensiondev/mask-ito) |
| Rinkeby | N/A |
| Kovan | N/A |
| Görli | N/A |

## Key Entity Overviews

### Pool

Cotains data about an ITO pool.

### Token

Contains detailed data on a specific token.

### Seller

Cotains data about the creator of an ITO pool.

### Buyer

Cotains data about the consumer of an ITO pool.