A real-time, dark-mode React trading interface for simulated memecoin execution.
PumpFunTrade ships FOMOCORE — an AI momentum execution terminal inspired by Pump.fun-style speed:
- Live multichain opportunity feed
- Active position management
- FOMOCORE brain (market state + strategy)
- Token detail modal with momentum decision
- Simulated autonomous execution (ENTER / SCALE / EXIT)
- React 18
- Vite 5
- Modular state + simulation engine
- Pure CSS terminal-style UI
npm install
npm run devBuild production:
npm run build
npm run previewnpm run dev— run dev servernpm run build— production buildnpm run preview— preview production build
.
├── .github/
│ ├── ISSUE_TEMPLATE/
│ └── workflows/
├── docs/
├── public/
├── src/
│ ├── components/
│ ├── data/
│ ├── hooks/
│ ├── logic/
│ └── utils/
├── index.html
├── package.json
└── vite.config.js
src/logic/fomocoreEngine.js— simulation + signal/position logicsrc/hooks/useFomocoreEngine.js— state orchestration and actionssrc/components/*— UI layout and controls
MIT — see LICENSE.