ArcMint is a frontend MVP for an AI-powered token analyzer and launchpad experience tailored for Robinhood Chain.
- Dark crypto-inspired landing experience
- Token analyzer interface with EVM address validation
- AI analysis result panel with safe fallbacks
- Launchpad preview section marked as coming soon
- Responsive mobile-first layout for Android-friendly browsing
- Install dependencies:
npm install
- Create your environment file:
cp .env.example .env.local
- Start the development server:
npm run dev
- Open http://localhost:3000
The frontend reads the analysis endpoint from the environment variable NEXT_PUBLIC_API_URL.
npm run dev— start the development servernpm run build— create a production build