Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: setup apibara indexer to track land registry events #194

Merged
merged 2 commits into from
Dec 1, 2024

Conversation

ooochoche
Copy link
Contributor

Detailed Information

Successfully setup apibara indexer

Related Issues

Closes #166

@fishonamos
Copy link
Member

fishonamos commented Nov 26, 2024

    LandRegistered: LandRegistered,
    LandTransferred: LandTransferred,
    LandVerified: LandVerified,
    LandUpdated: LandUpdated,
    LandInspectorSet: LandInspectorSet,
    InspectorAdded: InspectorAdded,
    InspectorRemoved: InspectorRemoved,
    ListingCreated: ListingCreated,
    ListingCancelled: ListingCancelled,
    ListingPriceUpdated: ListingPriceUpdated,
    LandSold: LandSold,

@fishonamos fishonamos self-requested a review November 26, 2024 08:49
@ooochoche
Copy link
Contributor Author

    LandRegistered: LandRegistered,
    LandTransferred: LandTransferred,
    LandVerified: LandVerified,
    LandUpdated: LandUpdated,
    LandInspectorSet: LandInspectorSet,
    InspectorAdded: InspectorAdded,
    InspectorRemoved: InspectorRemoved,
    ListingCreated: ListingCreated,
    ListingCancelled: ListingCancelled,
    ListingPriceUpdated: ListingPriceUpdated,
    LandSold: LandSold,

Can you give me more info about this?

@fishonamos
Copy link
Member

Please update the pr to track all the events. Use starknet sepolia not Ethereum please.

@fishonamos
Copy link
Member

    LandRegistered: LandRegistered,
    LandTransferred: LandTransferred,
    LandVerified: LandVerified,
    LandUpdated: LandUpdated,
    LandInspectorSet: LandInspectorSet,
    InspectorAdded: InspectorAdded,
    InspectorRemoved: InspectorRemoved,
    ListingCreated: ListingCreated,
    ListingCancelled: ListingCancelled,
    ListingPriceUpdated: ListingPriceUpdated,
    LandSold: LandSold,

Can you give me more info about this?

Those are the events.

@fishonamos
Copy link
Member

This is our contract address: 0x5a4054a1b1389dcd48b650637977280d32f1ad8b3027bc6c7eb606bf7e28bf5

@fishonamos
Copy link
Member

@fishonamos fishonamos merged commit 88955c8 into NoshonNetworks:main Dec 1, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup apibara indexer to track land registry events
2 participants