Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saihaj/delta-broker-subgraph
Substream powered Subgraph for the Delta Broker Proxy
https://github.com/saihaj/delta-broker-subgraph
Last synced: 11 days ago
JSON representation
Substream powered Subgraph for the Delta Broker Proxy
- Host: GitHub
- URL: https://github.com/saihaj/delta-broker-subgraph
- Owner: saihaj
- Created: 2023-12-13T21:11:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T21:33:38.000Z (about 1 year ago)
- Last Synced: 2024-10-08T03:33:09.770Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delta Substream Powered Subgraph
## Overview
This subgraph tracks the `Multicall` handler calls on the [`DeltaBrokerProxy`](https://polygonscan.com/address/0x74E95F3Ec71372756a01eB9317864e3fdde1AC53#code)
## Running this locally
1. Install [Substreams CLI](https://substreams.streamingfast.io/getting-started/installing-the-cli)
2. Have a valid authentication key. [Learn more](https://substreams.streamingfast.io/getting-started/quickstart)
3. `substreams run -e polygon.streamingfast.io:443 delta-v0.1.0.spkg graph_out --start-block 50589017 --stop-block +1000`## Deploying this Subgraph
1. `pnpm install`
2. `pnpm graph build`
3. `pnpm graph deploy`