Added bitcoin explorer

This commit is contained in:
Julien Cassis
2023-12-06 11:13:31 -05:00
parent e58834e9b6
commit 0e4387e783
20 changed files with 869 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
image: ghcr.io/graphprotocol/substreams-gitpod:latest
tasks:
- command: |
# Authenticate with the substreams server
export SUBSTREAMS_API_TOKEN=$(curl https://auth.dfuse.io/v1/auth/issue -s --data-binary '{"api_key":"'$STREAMINGFAST_KEY'"}' | jq -r .token)
ports:
- port: 6060
onOpen: ignore
- port: 1065
onOpen: ignore