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
{{ message }}
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
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)