Skip to content

veltexcode/veltex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VELTEX

Veltex Banner

Real-time Solana wallet intelligence & copy-trading platform

Live Solana Jupiter Helius License

→ Launch App · → Docs · → Twitter


Overview

Veltex monitors Solana wallets in real-time, scores them by profitability, win rate, and trading consistency — then lets you automatically mirror their trades via Jupiter v6.

  • Non-custodial — your SOL never leaves your Phantom wallet
  • Sub-50ms latency — from on-chain detection to swap execution
  • Jupiter v6 — optimal routing across all Solana DEXes
  • Helius RPC — real-time transaction streaming and enhanced APIs

How It Works

Solana Mainnet
    ↓  Helius RPC (real-time webhook)
Signal Engine  →  detect swap transactions
    ↓
Wallet Scorer  →  update PnL, win rate, score
    ↓
Alert System   →  email / telegram / in-app
    ↓  (if copy trade enabled)
Risk Engine    →  check allocation, stop-loss
    ↓
Jupiter v6     →  build optimal swap route
    ↓
Phantom Wallet →  user signs transaction
    ↓
Solana         →  confirmed <50ms

Features

Feature Free ⚡ Lifetime
Wallet tracking 5 wallets Unlimited
Copy trading 1 (manual) Unlimited (auto)
Real-time alerts
Stop-loss automation
Full PnL analytics
API access
Monthly fee Free 0.05 SOL once

Tech Stack

Frontend

  • Vanilla HTML/CSS/JS
  • Tailwind CSS
  • GSAP animations
  • Iconify icons

Backend

  • PHP 8+ REST API
  • MySQL database
  • JWT authentication
  • PHPMailer (SMTP)

Blockchain


Architecture

public_html/
├── index.html          # Homepage
├── dashboard.html      # Main app (SPA)
├── pricing.html        # Plans & payment
├── login.html          # Auth (email + Phantom)
├── docs.html           # Documentation
└── api/
    ├── config.php      # DB connection & JWT helpers
    ├── auth.php        # Login, register, wallet_login
    ├── wallets.php     # Track, list, delete, transactions
    ├── helius.php      # Helius RPC helpers
    ├── copytrade.php   # Jupiter quote & swap execution
    ├── payment.php     # SOL payment verification
    ├── mailer.php      # Email notifications
    └── admin.php       # Admin panel API

Database Schema

users           — accounts (email or wallet login, plan)
payments        — SOL payment submissions & confirmations
tracked_wallets — user's tracked wallets + copy settings
sessions        — JWT session management

Screenshots

Dashboard Wallet Tracker Copy Trading
Dashboard Wallets Copy

API Reference

Base URL: https://veltex.xyz/api

All requests use POST with JSON body. Include token from localStorage for authenticated endpoints.

POST /api/wallets.php
{
  "action": "list",
  "token": "your_session_token"
}

Full API docs at veltex.xyz/docs.html


Roadmap

  • Real-time wallet tracking via Helius
  • Copy trading via Jupiter v6
  • Email + Phantom wallet login
  • SOL payment system
  • Admin panel
  • Telegram alert bot (@VeltexAlertBot)
  • Wallet leaderboard with real scoring
  • Mobile app (iOS + Android)
  • 2FA authentication
  • Multi-chain support (Ethereum, Base)
  • Public REST API

Deployment

Built for shared hosting (Hostinger). Requires:

  • PHP 8.0+
  • MySQL 5.7+
  • cURL extension
  • SSL certificate

Contact


Built with ☕ on Solana

veltex.xyz

About

Real-time Solana wallet intelligence & copy-trading platform

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors