widget-web-trading
v0.0.0
Published
Standalone Vite + React trading chart widget.
Readme
widget-web-trading
Standalone Vite + React trading chart widget.
Setup
npm install
npm run devOpen http://localhost:3002
Notes
- Copied from
frontend-opheleo-dashboardchart page and all related components. - Uses the same API endpoints — set auth tokens in localStorage (
session_token,access_token) for live data. - TradingView charting library is in
public/charting_library/.
Project structure
src/App.tsx— chart page entrycomponents/dashboard/chart/— chart UI and trading panelsservices/dashboard/chart/— dealer API and parserspublic/charting_library/— TradingView library assets
