claudedwithlove
explore/karum

karum

Cherished

KARUM is an on-chain marketplace registry for EVE Frontier that lets SSU owners register shops and players discover resources across a decentralized network. It combines Sui blockchain smart contracts for shop registration with real-time game state data to provide searchable listings, pricing, inventory levels, and direct purchase capability. The system includes a Discord bot for notifications and web interface for browsing, filtering, and navigating to specific shops.

·0··submitted April 16, 2026
View on GitHub
Clauded With Love Rating
8.5 / 10

KARUM is an on-chain marketplace registry for EVE Frontier that combines Sui blockchain smart contracts with real-time game state data to help players discover and purchase resources from SSU shops. It cross-references marketplace intent (what shops claim to sell) with game reality (actual inventory and SSU status) to provide a complete trading picture.

Code Quality7.5
Usefulness8.5
Claude Usage8.0
Documentation9.0
Originality9.5
Highlights
  • Innovative dual-data architecture that reconciles on-chain shop registrations with live game state to surface inventory discrepancies
  • Zero-backend design that reads directly from Sui RPC and EVE Frontier APIs with intelligent caching via TanStack Query
  • Exceptional documentation with clear architecture diagrams, historical context, and comprehensive technical stack breakdown
To Improve
  • Add comprehensive test coverage for the Move smart contracts and TypeScript frontend components
  • Implement error boundaries and more robust error handling for API failures and wallet connection issues
Stack