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

https://github.com/dineshpinto/geist-finance-subgraph

Subgraph for the Geist Finance protocol on the Fantom blockchain.
https://github.com/dineshpinto/geist-finance-subgraph

assemblyscript blockchain data fantom graphql typescript

Last synced: 29 days ago
JSON representation

Subgraph for the Geist Finance protocol on the Fantom blockchain.

Awesome Lists containing this project

README

          

# Geist Finance Subgraph

Subgraph for the [Geist Finance](https://geist.finance/markets) protocol on the [Fantom](https://fantom.foundation) blockchain.

## Status: WIP
The subgraph is live on The Graph Hosted Service [here](https://thegraph.com/hosted-service/subgraph/dineshpinto/geist-finance).

## Commands
Generate code and build structures

```shell
graph codegen && graph build
```

Authenticated deploy to The Graph hosted service

```shell
graph deploy --product hosted-service dineshpinto/geist-finance
```