-
Notifications
You must be signed in to change notification settings - Fork 2
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
082a912
commit f39043a
Showing
6 changed files
with
44 additions
and
6 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
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 |
---|---|---|
@@ -1 +1,22 @@ | ||
# Astria Indexer | ||
# Astria Indexer | ||
|
||
## Standalone | ||
|
||
To run indexer clone repository, open directory containing project and run build command. Example: | ||
|
||
```bash | ||
git clone [email protected]:celenium-io/astria-indexer.git | ||
cd astria-indexer | ||
make build | ||
``` | ||
|
||
or by docker compose | ||
|
||
|
||
```bash | ||
git clone [email protected]:celenium-io/astria-indexer.git | ||
cd astria-indexer | ||
docker-compose up -d --build | ||
``` | ||
|
||
You can set environment variables for customizing instances and indexing logic. Example of environment file can be found [here](.env.example). |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// SPDX-FileCopyrightText: 2024 PK Lab AG <[email protected]> | ||
// SPDX-License-Identifier: MIT | ||
|
||
package handler | ||
|
||
import ( | ||
|