-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dojo resources listing to Torii #3025
Comments
Hey hey! I'm looking for an ooprtunity to contribute for a while now. I'll require some guidance on the way. If you assign me, I'll figure out plan how to implement the issue. Post it here, and procced to implementation after it's confirmed. |
Hey @baitcode! That shouldn't be that much work and a good way to dive into Dojo at some point. The idea is that Torii currently doesn't have a table to store the address of the dojo contracts that have been registered, and for the namespaces. You can have a look at how processors work in torii and let me know if you have any doubt. Happy to answer questions in the Dojo discord too. 👍 |
@glihm Will do by Thursday! |
@glihm Need a bit more time. |
@glihm Do I understand correctly, that you expect Torii to populate resource table the moment it finds new resources during indexing? |
@baitcode this is the idea. Sorry for the delay. Still interested? |
@glihm I am, yes. But will need to look over the code again, as I've forgotten what was my plan. 8 ) |
Currently Torii doesn't explicitly list the resources in the world (events, models, contracts etc..).
This issue would track such implementation, where a table for the world resources would be added to Torii in order to query the resources by namespace for instance.
We could add at the same time the permissions indexing, which could be coupled with the resource itself and ease the retrieval of such data.
The text was updated successfully, but these errors were encountered: