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.
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
- Vite
- React
- TypeScript
- Tailwind CSS
- 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
Ctrl/Cmd + Alt + Rrefreshes creator list data from the marketplace page. The shortcut is ignored while focus is inside text inputs, textareas, selects, or editable text regions.
pnpm install
pnpm devpnpm lint
pnpm build- Read CONTRIBUTING.md before starting work.
- Browse the maintainer issue inventory in docs/open-source/issue-backlog.md.
- Use the issue templates in
.github/ISSUE_TEMPLATE. - Review SECURITY.md before reporting vulnerabilities.