Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 495 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 495 Bytes

Coretime Notification API

This project allows parachain teams and users to subscribe to notifications about Coretime-related events that occur on-chain.

Interesting Crates to Consider

  • Storage => Uses SQLite to store data into a filesystem locally. Do not modify the .db folder as this is automatically generated and updated with more rows representing the Table's values.
  • API
  • Tracker

Contribution Guidelines