This repository is the new Rust starting point for the Datalens-backed ORMP indexer.
The previous TypeScript/Subsquid implementation was intentionally removed for HBX-457. Use git history if you need to inspect the old implementation.
cargo buildORMPINDEXER_DATALENS_ENDPOINT=http://localhost:8080 cargo run -- runOptional environment variables:
ORMPINDEXER_DATALENS_ENDPOINTORMPINDEXER_DATALENS_APPLICATIONORMPINDEXER_DATALENS_TOKENORMPINDEXER_DATABASE_URL
cargo run -- migrateNo database migrations are defined yet.