https://github.com/decentraland/events-notifier
Events notifier
https://github.com/decentraland/events-notifier
blockchain event-source explorer
Last synced: about 1 year ago
JSON representation
Events notifier
- Host: GitHub
- URL: https://github.com/decentraland/events-notifier
- Owner: decentraland
- Created: 2024-07-03T12:56:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T16:21:34.000Z (almost 2 years ago)
- Last Synced: 2024-09-17T20:37:16.268Z (almost 2 years ago)
- Topics: blockchain, event-source, explorer
- Language: TypeScript
- Homepage:
- Size: 299 KB
- Stars: 0
- Watchers: 6
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Events Notifier
[](https://coveralls.io/github/decentraland/events-notifier)
This service is responsible for publishing blockchain events to internal systems. It runs cron jobs that analyze specific blockchain events and publish them to an event-driven architecture (_SNS/SQS_).
## Supported Events
The following events are notified by this service:
| Event | Description |
| ------------------- | ----------------------------------------------------------- |
| Bid Accepted | Triggered whenever a bid has been accepted |
| Bid Received | Triggered whenever a bid has been received |
| Item Sold | Triggered whenever an item has been sold in the marketplace |
| Land Rental Ended | Triggered whenever a land rental has ended |
| Land Rental Started | Triggered whenever a land rental has started |
| Royalties Earned | Triggered whenever royalties were earned |