-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b3bfb1a
commit 6c5f71a
Showing
24 changed files
with
1,801 additions
and
1,321 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
POSTGRES_HOST=db | ||
POSTGRES_PORT=5432 | ||
POSTGRES_DB=dipdup | ||
POSTGRES_USER=dipdup | ||
POSTGRES_PASSWORD=changeme | ||
|
||
TZKT_URL=https://api.parisnet.tzkt.io | ||
|
||
METADATA_URL=https://metadata.dipdup.net | ||
TEZOS_NODE_URL=https://rpc.tzkt.io/parisnet | ||
ETHERLINK_NODE_WS=wss://etherlink.dipdup.net/ | ||
ETHERLINK_NODE_URL=https://etherlink.dipdup.net | ||
ETHERLINK_SUBSQUID_URL=https://etherlink-archive.dipdup.net | ||
ROLLUP_NODE_URL=https://etherlink-rollup-paris.dipdup.net | ||
|
||
SMART_ROLLUP_ADDRESS=sr1JBmCsMoXmCeeYQWB3YYYqP9d68wUXQzkC | ||
NATIVE_TICKETER=KT1Bdyc1UcmjgPr3prJziMyfjSCPK6SEjfqs | ||
|
||
HASURA_URL=https://hasura.etherlink.dipdup.net | ||
ADMIN_SECRET=changeme | ||
|
||
DIPDUP_NO_SYMLINK=1 | ||
DIPDUP_DEBUG=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Etherlink Bridge Indexer | ||
DipDup indexer for tracking Bridge operations. | ||
## Setup with docker | ||
#### Build docker image | ||
* `docker build . -t etherlink-bridge-indexer` | ||
#### Setup environment | ||
* copy example file: `cp .env.dist .env` and replace sample values with your settings | ||
* edit `bridge_indexer/dipdup.yaml` if required | ||
#### Run with compose | ||
* `docker compose up -d` | ||
## Local setup | ||
#### Prepare virtual environment and install dependencies | ||
```shell | ||
poetry shell | ||
poetry install --sync --no-root | ||
``` | ||
#### Setup environment | ||
* copy example file: `cp .env.dist .env` and replace sample values with your settings | ||
* edit `bridge_indexer/dipdup.yaml` if required | ||
#### Run as python module | ||
`python -m dipdup -c . run` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.