Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,24 @@ MVP in progress. Current focus: Phase 1 (Core MVP on Solana).
- [ ] Agents: x402 + MCP server + agent wallets
- [ ] Base as second chain (Phase 2)

## Quick Start

Prerequisites:

- Node 24+
- pnpm 10+
- Solana CLI

Run the final command from `frontend/`.

```bash
pnpm install
cp frontend/.env.example frontend/.env.local
pnpm dev
```

The frontend starts on `http://localhost:3000` by default.

## Stack

- **Frontend:** Next.js + Vercel, RainbowKit (EVM) + wallet-adapter (Solana)
Expand Down