Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.42 KB

lisk-graphql

Licence

GraphQL api for Lisk

🙋 Why

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
  }
}

Features

  • Realtime subscriptions
  • Optimized sql requests
  • Filters and pagination
  • Built with hasura

📚 How to use

Check out the Documentation.

☝️ Suggest changes / ask for a feature

Open an issue on this repo :)

🤝 Contributing

Do you have an idea or want to contribute? Pull requests are very welcome!

💰 Donations

If you like this project and want to support the development please consider making a donation to:

2865185670348234304L