You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to ease the exploration of objectarium smart contract instances, indexing objects it contains to make them accessible through a dedicated API can bring a great DX. And would significantly help UI developments.
Requirements
The indexing mechanism should be able to track existing objects in every objectarium instances, considering each instance as a Bucket. We doesn't need to duplicate and store the object data, but provide a mean to easily access them.
Todo
Index objects
Index buckets (with one to many relation with objects)
The text was updated successfully, but these errors were encountered:
💡 Idea
In order to ease the exploration of objectarium smart contract instances, indexing objects it contains to make them accessible through a dedicated API can bring a great DX. And would significantly help UI developments.
Requirements
The indexing mechanism should be able to track existing objects in every objectarium instances, considering each instance as a
Bucket
. We doesn't need to duplicate and store the object data, but provide a mean to easily access them.Todo
The text was updated successfully, but these errors were encountered: