Skip to content

Commit

Permalink
Merge branch 'master' of github.com:YaroShkvorets/substreams-eth-bloc…
Browse files Browse the repository at this point in the history
…k-meta
  • Loading branch information
YaroShkvorets committed Mar 8, 2023
2 parents 1486c47 + f2d023c commit 1f5de6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Allows you to query information like:
```
export SUBSTREAMS_ENDPOINT=https://mainnet.eth.streamingfast.io:443
export SUBSTREAMS_API_TOKEN=$(curl https://auth.dfuse.io/v1/auth/issue -s --data-binary '{"api_key":"'$STREAMINGFAST_KEY'"}' | jq -r .token)
export ETH_MAINNET_RPC="https://eth.rpc.pinax.network:8545" // or another Ethereum RPC endpoint
```
- Start graph node
```
Expand All @@ -42,4 +43,4 @@ query MyQuery {
timestamp
}
}
```
```

0 comments on commit 1f5de6c

Please sign in to comment.