You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to add Deposit events in our Indexer and create endpoints to render the data in the UI.
Nostr events are located in the contract: deposit.cairo
scope:
apps/nestjs-indexer
package/indexer-prisma
apps/data-backend
Create models for deposit, claim and cancel in the schema.prisma.
Nostr tips of the deposit.cairo in the Indexer NestJS event
Deposit event to save in the DB
Claimed event: update the deposit model and create one claimed event
Nostr endpoints in the Data-backend to get Deposit, Claimed for one users etc
The text was updated successfully, but these errors were encountered:
Can I attempt this issue?
I'm a fullstack developer, comfortable with Prisma and Cairo events. I would really appreciate the opportunity to contribute to this.
I will provide a clean and tested implementation.
ETA: 3 days
Regards
Description
We need to add Deposit events in our Indexer and create endpoints to render the data in the UI.
Nostr events are located in the contract: deposit.cairo
scope:
apps/nestjs-indexer
package/indexer-prisma
apps/data-backend
Create models for deposit, claim and cancel in the schema.prisma.
Nostr tips of the deposit.cairo in the Indexer NestJS event
Deposit event to save in the DB
Claimed event: update the deposit model and create one claimed event
Nostr endpoints in the Data-backend to get Deposit, Claimed for one users etc
The text was updated successfully, but these errors were encountered: