A web application that displays supported RGB assets and trading pairs available through the KaleidoSwap market maker. Users can explore assets, view trading pairs, and get asset IDs for trading over Lightning Network using RGB channels.
- Browse available RGB assets and trading pairs
- Search and filter functionality
- Copy asset IDs with one click
- Responsive design with dark/light mode
- Network selection (Signet/Regtest)
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
# Run linter
npm run lintThis application is automatically deployed to Vercel. The deployment process includes:
- Continuous Integration via GitHub Actions
- Automatic deployments to Vercel for each push to main
- Preview deployments for pull requests
No environment variables are required for basic functionality. The API endpoints are configured based on the selected network:
- Signet:
https://api.signet.kaleidoswap.com - Regtest:
https://api.regtest.kaleidoswap.com
- Fork the repository
- Create your 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
This project is licensed under the MIT License - see the LICENSE file for details.