Skip to content

Commit

Permalink
indexer readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fishonamos committed Dec 1, 2024
1 parent cd976fd commit 671fd8b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions land-registry-indexer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Land Registry Indexer

An Apibara indexer for tracking and storing Land Registry smart contract events on StarkNet. This indexer maintains a complete history of land registrations, transfers, verifications, and marketplace activities in a PostgreSQL database.

## Features

- Tracks all Land Registry contract events
- Stores event data in a normalized PostgreSQL database
- Maintains relationships between lands, inspectors, and listings
- Provides complete history of all land-related transactions
- Supports Docker deployment

## Prerequisites

- Node.js >= 18
- PostgreSQL >= 14
- Docker and Docker Compose (for containerized deployment)
- StarkNet node access (via Apibara)

0 comments on commit 671fd8b

Please sign in to comment.