📄️ Registry Module
The Registry module is a core component of foc.fun that manages contract deployments, tracks contract metadata, and provides a centralized interface for contract discovery and interaction.
📄️ Accounts Module
The Accounts module provides comprehensive account management for Starknet within the foc.fun ecosystem. It handles account creation, deployment, management, and provides utilities for working with different account implementations.
📄️ Paymaster Module
The Paymaster module enables gasless transactions in your foc.fun applications by sponsoring transaction fees on behalf of users. This dramatically improves user experience by removing the need for users to hold ETH for gas fees.
📄️ Events Module
The Events module provides real-time event streaming and historical event querying for your foc.fun applications. It enables reactive applications by delivering blockchain events instantly to your frontend or backend services.