3

I'm building a Dapp and I want to index records to make queries on them. I see the only option is using graph protocol. Are there any other options?

Mirat Can Bayrak
  • 631
  • 7
  • 18

2 Answers2

0

Yes there are, check out Moralis!

https://docs.moralis.io/streams-api/evm

Matt Jaf
  • 339
  • 2
  • 8
0

What you are likely asking is what services there exist to build custom indexers you can expose to the web frontend.

Here are some

Furthermore there are some proprietary software-as-a-service offerings, but they go against the ethos of Dapp. This is because if you use a proprietary and private service provider you application cannot be decentralised by definition.

Mikko Ohtamaa
  • 82,057
  • 50
  • 264
  • 435