A platform for practicing cryptocurrency trading with virtual assets on the Solana blockchain.
- Create virtual environment:
python -m venv venv - Activate virtual environment:
- Windows:
.\venv\Scripts\activate - Unix/MacOS:
source venv/bin/activate
- Windows:
- Install dependencies:
pip install -r requirements.txt - Run development server:
cd backend PYTHONPATH=$PYTHONPATH:. uvicorn app.main:app --reload
- FastAPI framework
- Dependency injection
- Environment configuration
- API versioning
- Database integration ready
- Docker support
- Testing setup
- Real-time Solana token price tracking
- Paper trading simulation
- Portfolio management
- Transaction history
- Price charts and analytics
- Solana token metadata integration
- User authentication and profiles
- Virtual wallet management