karum
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.
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.
- ✓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
- →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