Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.15 KB

File metadata and controls

47 lines (33 loc) · 1.15 KB

Access Layer Client

This repository contains the frontend for Access Layer, a Stellar-native creator keys marketplace where fans buy access keys tied to creators and unlock perks defined by those creators.

Purpose

The client is responsible for:

  • creator and fan onboarding
  • wallet connection and transaction prompts
  • marketplace browsing and creator profiles
  • buying and selling creator keys
  • gated access to creator perks and content

Tech

  • Vite
  • React
  • TypeScript
  • Tailwind CSS

Current state

  • the root app renders a branded landing page
  • frontend infrastructure is in place for future marketplace routes
  • older template-era code still needs to be replaced with Stellar-specific flows

Local setup

pnpm install
pnpm dev

Verification

pnpm lint
pnpm build

Open source workflow