You can quickly migrate subgraphs from other platforms to Ormi through the frontend page by simply providing the deployment ID,
as long as the corresponding IPFS files are available on the IPFS network.
Each time a new user logs into the Ormi App for the first time, they will receive a welcome email automatically sent by the system. Currently email is for new sign ups and team invites.
On the details page, users can click “New Tag” to create a tag for the subgraph. Tag is essentially similar to an alias for the subgraph. This tag will be displayed on both the details page and the 0xgraph page. The tag is used to customize GraphQL, replacing the version field within GraphQL for easier management. When a version is updated, the tag can be assigned to the latest version, keeping the GraphQL query stable.
Users can pause and resume their own created subgraphs that are not publicly accessible. This feature allows users to stop or resume data collection for the subgraph as needed.
This chart displays the current block head height and calculates the current indexing speed, presenting this information directly to the user in a visual format.
Assistant
Responses are generated using AI and may contain mistakes.