A slick, open-source frontend for swapping Solana memecoins. Fast, fun, and fully on-chain. Degens welcome! π―
- π₯ Fast Trading: Lightning-fast memecoin swaps on Solana
- π Real-time Analytics: Live PnL tracking and portfolio management
- π Whale Watching: Monitor large wallet movements and trading activity
- π Smart Alerts: Get notified of important market movements
- π± Responsive Design: Works seamlessly on desktop and mobile
- π Secure: Non-custodial wallet integration with Phantom, Solflare, and more
- β‘ Lightning Fast: Built on Solana for near-instant transactions
- Frontend: Next.js 13+ with TypeScript
- Blockchain: Solana Web3.js
- Styling: Tailwind CSS
- Wallet Integration: Solana Wallet Adapter
- Deployment: Vercel
- Font: Geist (Vercel's font family)
- Node.js 18+
- npm/yarn/pnpm/bun
- A Solana wallet (Phantom, Solflare, etc.)
# Clone the repository
git clone https://github.com/moazamtech/Trading-platform-frontend.git
# Navigate to project directory
cd Trading-platform-frontend
# Install dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Development
bash# Start the development server
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 in your browser to see the application.
Building for Production
bash# Build the application
npm run build
# Start production server
npm start
π― Live Demo
Check out the live application: azal-memecoin.vercel.app
π± Key Features Breakdown
Trading Dashboard
Real-time memecoin price tracking
One-click swap functionality
Portfolio balance overview
Recent transaction history
Analytics & Monitoring
PnL Tracker: Monitor your profit and loss in real-time
Wallet Tracker: Keep tabs on your favorite wallets
Whale Watch: Track large transactions and whale movements
Twitter Tracker: Social sentiment analysis for memecoins
Advanced Tools
Burn Tracker: Monitor token burn events
Alert System: Custom notifications for price movements
Multi-language Support: Currently supporting English with more languages coming
π Wallet Integration
Supports all major Solana wallets:
Phantom
Solflare
Backpack
Coinbase Wallet
And many more through Solana Wallet Adapter
π‘οΈ Security
Non-custodial design - your keys, your coins
No personal data collection
Open-source and auditable
Secure wallet connections only
π€ Contributing
We welcome contributions! Here's how you can help:
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
π Roadmap
Advanced charting tools
Social trading features
Mobile app development
Cross-chain support
Advanced order types
DeFi integrations
π Bug Reports
Found a bug? Please open an issue on GitHub with:
Clear description of the problem
Steps to reproduce
Expected vs actual behavior
Screenshots if applicable
π License
This project is licensed under the MIT License - see the LICENSE file for details.
π Links
Live App: azal-memecoin.vercel.app
Repository: GitHub
Documentation: Next.js Docs
π Acknowledgments
Built with Next.js
Powered by Solana
Deployed on Vercel
Styled with Tailwind CSS
β οΈ Disclaimer: This is experimental software. Use at your own risk. Always DYOR (Do Your Own Research) before trading memecoins.
π― For Degens, By Degens - Happy trading! π
This README provides a comprehensive overview of your Solana memecoin trading platform, highlighting its key features, technical stack, and setup instructions. It's structured to be informative for both users and developers who might want to contribute to the project.