Welcome to pvptrading.club, where you can test your crypto trading skills against your friends (or enemies) and win the jackpot!
PVPTrading is a platform made for Hackaway v8 using Flask, React and live Binance data, where users can engage in competitive crypto trading. Users can create or join lobbies, trade cryptocurrencies using house money and insane leverage in real-time, and win the prize pool by having the highest balance when the time expires.
- Live crypto trading with high leverage
- Create and join lobbies
- Compete against other traders
- Real-time updates
- Historical data and charting to understand where the market is heading
To get started with PVPTrading, follow these steps:
-
Clone the repository:
bash git clone https://github.com/kiebarlow/PVPTrading.git cd PVPTrading -
Install the required dependencies: For the python
pip install -r backEnd/requirements.txtFor the React
cd frontEnd npm install -
Run the application: Start the Flask server
cd backEnd python BackEnd.pyIn a new terminal, start the React frontend
cd ../frontend npm dev build npm start
Open your web browser and navigate to http://localhost:5000.
Create a new lobby or join an existing one.
Start trading and compete against other users.