Skip to content

bebecoincoin/Trading-Pro

Repository files navigation

Trading Pro

Trading Pro

Application desktop de trading educatif — simulation, marches, forum, cours.

License: MIT Release Site web

Site officiel : https://trading-pro-e3u.pages.dev/

Site web · Telecharger · Installation · Code source


Telechargement

Page de telechargement : trading-pro-e3u.pages.dev

Binaires sur GitHub Releases (v1.0.0) :

Plateforme Fichier
Linux Trading-Pro-1.0.0.AppImage
Windows Trading-Pro-Windows-1.0.0.zip → lancer Trading Pro.exe
Source Code ZIP ou git clone

Installation

Linux — AppImage

wget -O Trading-Pro-1.0.0.AppImage \
  https://github.com/bebecoincoin/Trading-Pro/releases/download/v1.0.0/Trading-Pro-1.0.0.AppImage
chmod +x Trading-Pro-1.0.0.AppImage
./Trading-Pro-1.0.0.AppImage

Menu Activites (icone dans le lanceur) :

git clone https://github.com/bebecoincoin/Trading-Pro.git
cd Trading-Pro
# apres avoir telecharge l'AppImage dans ce dossier :
./scripts/install-linux.sh ./Trading-Pro-1.0.0.AppImage

Windows

  1. Telecharger le ZIP depuis Releases
  2. Extraire → double-clic sur Trading Pro.exe
  3. Si SmartScreen bloque : Informations supplementairesExecuter quand meme

Code source

git clone https://github.com/bebecoincoin/Trading-Pro.git
cd Trading-Pro
npm install
cp .env.example .env   # optionnel
npm run dev

Build des binaires

npm run build
npx electron-builder --linux AppImage
npx electron-builder --win portable

Fichiers generes dans release/. Pour publier sur GitHub :

export GITHUB_TOKEN="ghp_..."
./scripts/publish-github-release.sh v1.0.0

Fonctionnalites

  • Marches temps reel (crypto, actions US)
  • Simulateur paper trading (solde virtuel eleve, reset)
  • Cours integres, regles, 5 themes, FR / EN
  • Forum + messages (Supabase, optionnel)
  • Auth locale + email / Google OAuth (.env)

Configuration

Copier .env.example.env ou ~/.config/trading-pro-app/.env :

SUPABASE_URL=...
SUPABASE_ANON_KEY=...
SMTP_HOST=...
GOOGLE_CLIENT_ID=...

Forum : executer supabase/schema.sql dans ton projet Supabase.


Structure

src/          # Interface React
electron/     # Process principal
scripts/      # install-linux.sh, build, publish release
build/        # Icones application
supabase/     # Schema SQL forum

Assets in-app : src/assets/logo.png, src/assets/athena.gif


Licence

MIT — Athena, 2026

Disclaimer : application educative, pas un conseil financier.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors