A token management and claiming application built with modern web technologies.
This project provides a web-based interface for managing and claiming RSX tokens. It includes a service worker for offline functionality and a responsive HTML interface.
- Token Claiming: Simple interface to claim RSX tokens (claim.html)
- Dashboard: Main dashboard interface (index.html)
- Offline Support: Service worker enabled for offline functionality
- Responsive Design: Works across different devices and screen sizes
├── index.html # Main dashboard page ├── claim.html # Token claiming interface ├── sw.js # Service worker for offline support ├── assets/ # Static assets and resources ├── LICENSE # Project license └── README.md # This file - Open the project in your web browser
- Navigate to
index.htmlfor the main dashboard - Use
claim.htmlto claim tokens - The service worker will automatically cache assets for offline use
The included sw.js service worker enables:
- Offline functionality
- Asset caching
- Improved performance
See the LICENSE file for details.
Contributions are welcome! Please feel free to submit issues and pull requests.