A CoinGecko-style analytics platform specialized for the Verus DeFi ecosystem
vTicker is a comprehensive analytics dashboard that provides real-time trading data, liquidity pool information, and converter analytics for the Verus blockchain ecosystem.
- Real-time Market Data - Live price tracking and market statistics for Verus DeFi assets
- Trading Pairs Analytics - Detailed information on liquidity pools and trading volumes
- Converter Insights - Analytics for Verus currency converters and basket currencies
- Interactive Charts - Visualize price movements, volume, and liquidity data
- Responsive Design - Works seamlessly on desktop and mobile devices
- Framework: Next.js 15 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS
- State Management: TanStack Query (React Query)
- Charts: Recharts
- Data Source: Verus Statistics API
- Node.js 20.x or higher
- npm or yarn package manager
- Clone the repository:
git clone https://github.com/vdappdev2/vticker.git
cd vticker- Install dependencies:
npm ci- Run the development server:
npm run dev- Open http://localhost:3000 in your browser
npm run build
npm startvticker/
├── app/ # Next.js app router pages
├── components/ # React components
├── lib/ # Utilities, API client, hooks
├── types/ # TypeScript type definitions
└── public/ # Static assets
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLint
This project uses:
- TypeScript for type safety
- ESLint for code linting
- Prettier (recommended) for code formatting
We welcome contributions! Please see CONTRIBUTING.md for details on:
- Setting up your development environment
- Coding standards
- Submitting pull requests
- Security best practices
Found a security vulnerability? Please see our Security Policy for responsible disclosure guidelines.
vTicker fetches data from the Verus Statistics API maintained by @Shreyas-ITB.
This project is licensed under the MIT License - see the LICENSE file for details.
- Verus Community for the innovative DeFi ecosystem
- Shreyas-ITB for the Verus Statistics API
- All contributors who help improve vTicker
- Live Demo (coming soon)
- Report Issues
- Verus Website
Built with ❤️ for the Verus community