An on-chain crafting game and resource management system built on Honeycomb Protocol for game developers.
ORE: a Solana proof-of-work/game-style mining protocol where miners deploy SOL to board squares to win ORE token rewards
ORE won Renaissance's Grand Prize outright, but still ships with zero tests or CI
Dimensions
ORE is a mature, production Solana mining-game protocol (steel framework, not Anchor) where miners deploy SOL to board squares each round and split ORE/SOL payouts via RNG, treasury buyback-and-burn, and staking distribution. This isn't a hypothetical fit: the project's own corpus record shows it won the Renaissance Grand Prize outright, the strongest verified-winner signal available, confirming rather than merely suggesting its place among winners. The gaming/mining niche is genuinely crowded (146 topical neighbors), with rivals like Mining Badger and 1st-place Supersize on adjacent ground, but ORE's PoW board mechanic is differentiated and it already beat that field once, unlike infra grand-prize winner TAPEDRIVE which sits in a different lane entirely. Momentum is real: 1018 commits, 8 contributors, 815 stars across two-plus years . The weakest dimension is technical hygiene: despite README instructions to run cargo test-sbf, there is no tests directory and no CI configured , a real gap for a protocol moving SOL capital. Next move: ship the promised test suite and CI before further feature work.
Closest competitors
A real-time, fully on-chain multiplayer 'io' game on Solana where players compete to grow and earn tokens.
On-chain fantasy RPG gamifying Solana DeFi protocols through interactive gameplay and protocol aggregation.
White-label gaming platform enabling influencers and communities to launch custom games with tokenized incentives.
A decentralized data storage layer on Solana using on-chain proofs and a miner network for cost-efficient storage.
Winner DNA
Solana-native on-chain program: present
99.4% of the winners cohort is Solana-tagged; ORE is a fully on-chain Rust program.
Staking/yield distribution mechanics: present
Staking appears in 10.2% of winner primitives; ORE distributes buyback yield to stakers.
Anchor framework usage: missing
23.9% of winners use Anchor; ORE deliberately avoids it in favor of the steel framework.
Test coverage and CI hygiene: missing
No tests directory or CI workflows exist despite README instructions referencing cargo test-sbf.
Gamified, competitive on-chain game-loop: present
Round-based board squares with RNG winners mirror the gaming cluster's Mining Badger, Supersize, Barnfight pattern.
Multi-contributor sustained development history: present
8 contributors and 1018 commits sustained over 2+ years, unusually mature for a hackathon-origin repo.