Bounty: 50 RTC
Extend the Hall of Fame (https://rustchain.org/hall-of-fame/) with clickable machine detail pages. When you click on a machine in the leaderboard, it should show a full profile page for that hardware.
The Hall of Fame shows the leaderboard but you can't dive deeper into a specific machine. Operators want to see their machine's full history — when it first attested, how many epochs it has participated in, its rust score trend, and compare it against the fleet average.
/hall-of-fame/?machine=<fingerprint_hash>/hall-of-fame/machine.html?id=<fingerprint_hash>GET /api/hall_of_fame/machine?id=<fingerprint_hash>hall_of_rust tablehall_of_rust table has: fingerprint_hash, miner_id, device_family, device_arch, device_model, manufacture_year, rust_score, total_attestations, nickname, is_deceased, capacitor_plague, thermal_events, first_attestation, last_attestationget_rust_badge() and ASCII art silhouettes from existing Hall of Fame codeScottcjn/Rustchaincurl -sk https://rustchain.org/api/hall_of_fame | python3 -m json.tool