Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 515 Bytes

File metadata and controls

35 lines (24 loc) · 515 Bytes

Frontend

React + Vite frontend for the Royalty Tokenization platform.

Setup

npm install

Development

npm run dev

The app will be available at http://localhost:5173

Features

  • Wallet connection (Phantom, Solflare)
  • View royalty projects
  • Buy tokens
  • Claim royalties
  • Create new projects (coming soon)

Environment Variables

Create a .env file:

VITE_SOLANA_NETWORK=devnet
VITE_RPC_URL=https://api.devnet.solana.com
VITE_BACKEND_URL=http://localhost:3001