The aim of this project is to provide a GraphQL api on top of the Lisk database to help you build new tools and applications.
Using Hasura give us the ability to subscribe and query the database directly. For example a client can subscribe to the new blocks forged in realtime like this.
subscription newBlocks {
blocks_public(limit: 1, order_by: { height: desc }) {
id
height
timestamp
numberOfTransactions
totalAmount
}
}
- Realtime subscriptions
- Optimized sql requests
- Filters and pagination
- Built with hasura
Check out the Documentation.
Open an issue on this repo :)
Do you have an idea or want to contribute? Pull requests are very welcome!
If you like this project and want to support the development please consider making a donation to:
2865185670348234304L