An open API service indexing awesome lists of open source software.

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

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`