https://github.com/baking-bad/rollup-bridge-indexer
Etherlink FA bridge backend
https://github.com/baking-bad/rollup-bridge-indexer
bridge etherlink indexer
Last synced: 5 months ago
JSON representation
Etherlink FA bridge backend
- Host: GitHub
- URL: https://github.com/baking-bad/rollup-bridge-indexer
- Owner: baking-bad
- License: mit
- Created: 2024-01-15T13:54:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-11-02T15:05:07.000Z (8 months ago)
- Last Synced: 2025-11-02T17:18:16.871Z (8 months ago)
- Topics: bridge, etherlink, indexer
- Language: Python
- Homepage:
- Size: 945 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Etherlink Bridge Indexer
DipDup indexer for tracking Bridge operations.
## Setup with docker
#### Build docker image
* `docker buildx 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`