This application connects to the HollaEx WebSocket API to display the BTC/USDT orderbook in real-time.
- Live orderbook updates
- Spread calculations
- Depth visualization
- Dark/Light mode
- Responsive design
- Clone the repository:
git clone [email protected]:mhmmdglc/hollaEx.git cd your-repo
- Install dependencies:
npm install
- Create a .env file and add:
NEXT_HOLLAEX_API_KEY=your_api_key NEXT_HOLLAEX_API_SECRET=your_api_secret
- Start the application:
npm run dev
- Fork the repository
- Create a new branch
- Commit your changes
- Open a Pull Request
This project is licensed under the MIT License.