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.
- Host: GitHub
- URL: https://github.com/dineshpinto/geist-finance-subgraph
- Owner: dineshpinto
- License: mit
- Created: 2022-03-08T10:30:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-21T22:12:26.000Z (about 4 years ago)
- Last Synced: 2026-04-28T15:43:17.663Z (about 2 months ago)
- Topics: assemblyscript, blockchain, data, fantom, graphql, typescript
- Language: TypeScript
- Homepage:
- Size: 305 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```