feat: add market stats endpoint, wallet integration, and browser wallet link - Update devnet genesis timestamp to 1767000206 - Add market statistics endpoint with 24h volume, price change, and payment counts - Add wallet balance and info API endpoints in exchange router - Remove unused SessionDep dependencies from exchange endpoints - Integrate real AITBC wallet extension connection in trade-exchange UI - Add market data fetching with API fallback for price and volume display - Add cache-busting query
AITBC Website
This folder contains the complete AITBC platform website, updated to reflect the current production-ready state.
Files Structure
index.html- Main homepage with platform components and achievementsdocs/- Documentation folder (moved to container docs directory)docs-index.html- Documentation landing pagedocs-miners.html- Miner-specific documentationdocs-clients.html- Client-specific documentationdocs-developers.html- Developer-specific documentation
documentation.html- Legacy full documentation pagefull-documentation.html- Comprehensive technical documentation404.html- Custom error pageaitbc-proxy.conf- Nginx reverse proxy configuration
Deployment
The website is deployed in the AITBC Incus container at:
- Container IP: 10.1.223.93
- Domain: aitbc.bubuit.net
- Documentation: aitbc.bubuit.net/docs/
Key Updates Made
- Production-Ready Messaging: Changed from concept to actual platform state
- Platform Components: Showcases 7 live components (Blockchain Node, Coordinator API, Marketplace, Explorer, Wallet, Pool Hub, GPU Services)
- Achievements Section: Real metrics (30+ GPU services, Stages 1-7 complete)
- Updated Roadmap: Reflects current development progress
- Documentation Structure: Split by audience (Miners, Clients, Developers)
Next Steps
- Configure SSL certificate for HTTPS
- Set up DNS for full domain accessibility
- Consider adding live network statistics dashboard