Introduces a 5-step guided flow (Create Account → Add Wallet → Alert Rules → Notifications → Done) that takes new users from zero to fully configured alerts in one linear session. /signup now redirects to /onboarding; already-onboarded users who revisit /onboarding are redirected to /addresses. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Koin Ping Frontend
React + Vite frontend for the on-chain monitoring and alerting system.
Getting Started
-
Install dependencies:
npm install -
Run the development server:
npm run dev -
Build for production:
npm run build -
Preview production build:
npm run preview
Project Structure
src/api/- API calls to backendsrc/components/- Reusable UI componentssrc/pages/- Top-level page componentssrc/utils/- Utility functionspublic/- Static assets
Development
The frontend runs on port 3000 and proxies API requests to the backend running on port 5000.