Architecture
AccessTime smart contracts follow a structured approach, ensuring efficiency and scalability.
Contract Overview
- AccessTimeFactory: Deploys and manages individual AccessTime projects.
- AccessTime: The core contract for subscription management and payments.
- AccessVote: Handles voting for weekly trending projects.
How They Work Together
- A project owner deploys an AccessTime contract using the AccessTimeFactory.
- Users interact with the AccessTime contract to subscribe and manage their access.
- Votes are cast through AccessVote, influencing rankings in the Explore page.
This modular setup allows for flexibility while maintaining security and efficiency.