-
Notifications
You must be signed in to change notification settings - Fork 54
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
cd976fd
commit 671fd8b
Showing
1 changed file
with
18 additions
and
0 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
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) |