Hey Devs, I’ve been noticing a few people talking about using TheGraph API and then transferring it over to TRON API. For those Devs who don’t know what the Graph is you can read about it here The Graph
Do you think TRON needs to integrate TheGraph onto TRON? Is it really needed or just a minor inconvenience?
I know TheGraph works with EVM so would it be useful to integrate with BitTorrent Chain?
Also TheGraph integrated with NEAR a non EVM chain so it might be possible to integrate it with TRON.
Integrating The Graph with BTTC would be much easier, i would suggest your team run your own sun Graph node before the BTTC chain is officially supported by the Graph team.
Integrating The Graph with TRON would take more time, it would be great if all community projects can raise this request to The Graph team, which may help the Graph Team to decide to support the TRON network.
Well, this is what Kattana does - we take a block and parse it into events, transform and store events. You can check/reuse parser code github: kattana-io/tron-blocks-parser, we have support for BT in evm parser.
Kattana has plans to support custom events, you provide contract ABI - we parse blocks, store events, and serve you via API.