Replies: 3 comments 6 replies
-
heyy @marlowl, how've you been? It's been a while since your last post!😀 Both methods can retrieve info for the endorsement chain. If resources allow, I find it simpler to query against the subgraph for endorsement chains sometimes with fewer requests, which can be helpful if you expect to perform this frequently. Moreover, the token registry subgraph offers versatility for building other features too. Having said that, the approach used in the tradetrust-website also works for building the endorsement chain, especially if the overhead of using subgraph poses a challenge. |
Beta Was this translation helpful? Give feedback.
-
@superical Haha, it has indeed been a while. All good with me, hope you are too! 😄 By now, we have implemented the complete TradeTrust token-registry v4 token calls, verification api and custom document renderer in our frontend, and we are still exploring improvement features like the token timeline / endorsement chain. I can imagine that querying against a subgraph will be easier. On our end, we'll have to dive deeper and learn about the Graph protocol and subgraphs, but I believe we can make room for that. Would you, by any chance, be interested in a Docklab/TradeTrust tech team intro meeting? |
Beta Was this translation helpful? Give feedback.
-
@marlowl I believe you already have my contacts if you’d like to reach me. I will close this thread for now. Feel free to reopen it if needed.🙂 |
Beta Was this translation helpful? Give feedback.
-
We (Docklab) are searching for an effective approach to implement a token timeline in our frontend. I believe there are two potential methods to achieve this:
@superical, do you think the subgraph approach is already mature enough for battle-testing, or would the current
EndorsementChain
approach be more suitable?Curious to hear opinions on this! 😄
Beta Was this translation helpful? Give feedback.
All reactions