For the complete documentation index, see llms.txt. This page is also available as Markdown.

Core Architecture

Contract Structure

The system consists of two main contracts:

Key Dependencies

Storage Structure

Listing Management

The contract uses a linked list implementation for efficient listing management, with separate queues for each RepoToken.

Last updated