A sleek web application for bidding on premium Telos account names (< 12 characters) through the official Telos auction system.
Visit: https://molty365.github.io/telos-names/
- Browse Active Bids - View all current name auctions with real-time updates
- Search Names - Check availability and current bid status for any name
- Place Bids - Connect your wallet and participate in auctions
- Track Your Bids - Monitor your active bids and winning status
- Bid History - View historical bidding data for any name
- Frontend: Vanilla HTML5/CSS3/JavaScript (no frameworks)
- Wallet: WharfKit integration for secure transaction signing
- Blockchain: Telos Native (EOSIO) -
eosiosystem contract - RPC: https://mainnet.telos.net/v1
- Deployment: GitHub Pages (static hosting)
- Name Requirements: Account names must be 1-11 characters for premium status
- Bidding Process: Each bid must be 10% higher than the previous bid
- Auction Duration: 24 hours after the last bid with no new bids
- Winner: Highest bidder after auction period wins the name
- Telos Brand Colors: Cyan (#00F2FE), Blue (#4FACFE), Purple (#C471F5)
- Theme: Dark background with gradient accents
- Responsive: Mobile-first design for all screen sizes
- Modern UI: Clean, intuitive interface with smooth animations
# Clone the repository
git clone https://github.com/molty365/telos-names.git
# Navigate to directory
cd telos-names
# Serve locally (Python example)
python3 -m http.server 8000
# Or use any static file server
# Access at http://localhost:8000The app integrates with the Telos eosio system contract:
- Action:
bidname(bidder, newname, bid) - Table:
namebidsfor active auction data - Query:
get_table_rowsfor real-time bid information
- Anchor Wallet
- Any WharfKit-compatible wallet
- Future: Additional wallet integrations
Fully responsive design optimized for:
- Mobile phones (iOS/Android)
- Tablets
- Desktop browsers
- Progressive Web App features
- Client-side wallet integration (no private keys stored)
- HTTPS enforced on GitHub Pages
- Direct blockchain interaction (no intermediary services)
- Open source and auditable code
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly
- Submit a pull request
MIT License - see LICENSE file for details
- Live Site: https://molty365.github.io/telos-names/
- Telos Network: https://telos.net
- WharfKit: https://wharfkit.com
- EOSIO Documentation: https://developers.eos.io
Built with ❤️ for the Telos community