VeenoX is a cutting-edge perpetual decentralized exchange (DEX) built on the Orderly Network and powered by Monad technology. Designed for traders seeking the lowest fees in the market, VeenoX delivers a seamless trading experience without compromising on essential features. Our unique 'Learn Trading & Earn' program empowers users to enhance their trading skills while earning rewards, fostering both education and engagement within the platform.
- 💸 Lowest Trading Fees – Enjoy industry-leading low fees for all perpetual trades.
- 🔗 Orderly Network Integration – Built on a robust, secure, and scalable decentralized infrastructure.
- ⚡ Monad-Powered Performance – Experience lightning-fast execution and reliability.
- 🎓 Learn Trading & Earn – Participate in educational programs and earn rewards as you improve your trading skills.
- 🛡️ Decentralized & Secure – Non-custodial, transparent, and trustless trading environment.
- 📱 Modern, Responsive UI – Intuitive interface optimized for all devices.
- 🚀 Feature-Rich Trading – Advanced order types, analytics, and essential tools for pro traders.
- Framework: Next.js 13+
- Language: TypeScript
- Styling: Tailwind CSS
- Package Manager: npm
- Deployment: Vercel
Make sure you have the following installed on your machine:
-
Clone the repository
git clone https://github.com/your-username/veenox.git cd veenox -
Install dependencies
npm install
-
Start the development server
npm run dev
-
Open your browser
Navigate to http://localhost:3000 to see the application running locally.
veenox/
├── public/ # Static assets
│ └── logo/ # Logo files
├── src/ # Source code
├── components/ # React components
├── pages/ # Next.js pages
├── styles/ # CSS and styling files
├── package.json # Dependencies and scripts
└── README.md # Project documentation
| Command | Description |
|---|---|
npm run dev |
Start development server |
npm run build |
Build for production |
npm run start |
Start production server |
npm run lint |
Run ESLint |
npm run type-check |
Run TypeScript type checking |
The application is automatically deployed to Vercel. Any push to the main branch will trigger a new deployment.
Live Demo: https://veenox.xyz
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
If you have any questions or need help, please:
- Contact us on Telegram@lorine93s
- Thanks to the Next.js team for the amazing framework
- Thanks to the Tailwind CSS team for the utility-first CSS framework
- Thanks to all contributors who help make this project better
