This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Description
💡 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