Skip to content

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

  1. A project owner deploys an AccessTime contract using the AccessTimeFactory.
  2. Users interact with the AccessTime contract to subscribe and manage their access.
  3. Votes are cast through AccessVote, influencing rankings in the Explore page.

This modular setup allows for flexibility while maintaining security and efficiency.