Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.
Voting has ended, but the project gallery remains open.
Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.
Voting has ended, but the project gallery remains open.

EVE Frontier Job Board
A decentralized job board for EVE Frontier Smart Storage Units. SSU owners post jobs (deliver X items → get Y reward), workers complete them in-game. Rewards stay locked in SSU escrow until the job is done.
Built with Sui Move + vanilla JS frontend.
Coming soon: Contract delivery jobs, insurance contracts, and more job types for the EVE Frontier ecosystem.

Stargazer is a smart toll management DApp built for the EVE Frontier universe. It allows ordinary players to quickly create their own stargate toll rules, bind them to their in-game stargates, and monetize their territory through an elegant, sci-fi themed web interface.

NullSight is a real-time galaxy intelligence dashboard that reads live data directly from EVE Frontier's Stillness blockchain on Sui Mainnet. Any pilot can open it in a browser no wallet, no login required and instantly see live gate jumps, kill events, and system traffic across the galaxy. Click any system node on the map to see who's been jumping through, where they came from, and when. Built with React, Vite, and Sui GraphQL querying the official Stillness world package.

Toolkit of Sui Move modules to prevent hacking, item duplication, bot farming, etc., for games like EVE Frontier, usable for all on-chain games on Sui. (Demo)
Main Features
1.Unique Item Objects
Each item is a unique object (UID), preventing duplication.
Mint is gated by capability AdminCap).
2. Secure Kiosk Inventory
'LockedItem` locks items during trading/consignment, preventing theft.
Uses public_transfer to securely transfer items after logic is complete.
3. Transfer Policies + ZK Proofs (stub):
Module transfer_policy module allows creating rules requiring ZK proof.
Module zk_verifier module illustrates proof verification and mint rewards.
4. Capability-Gated Minting:
mint_cap wraps AdminCap, allowing only servers/authorities to mint.
5. Rate Limiter:
rate_limiter::RateLimit limits the number of actions within a time window.
Used to block bots from spamming actions/farming resources.
6. Provenance Tracking:
provenance::History logs the history of actions on items (minting, trading, burning, etc.).
Supports audits and investigations when hacking/duping is suspected.

FactionForge: Blockchain infrastructure extension for EVE Frontier - Tax Storage, Smart Gates & Reputation System on Sui.

The first trustless on-chain P2P marketplace for EVE Frontier, built on Sui.
Players list, buy, and cancel in-game items directly — no Discord middlemen, no scam risk. Built with two Move modules: trade_hub (core marketplace with 1% fee split via Coin<SUI>) and trade_terminal (Smart Assembly SSU bridge for register/sync/list in one atomic tx).
Key features:
• Browse all active listings with live on-chain data (auto-refreshes every 15s)
• One-click buy — 99% to seller, 1% platform fee, split atomically in Move
• Smart Terminal tab — register your EVE Frontier SSU, sync inventory on-chain, list directly through terminal
• Shared objects + capability pattern (AdminCap, TerminalCap) + on-chain events
Contracts deployed on Sui Devnet. 3/3 Move unit tests passing.

A Sui Move smart contract extension for EVE Frontier that adds two on-chain mechanics:
Toll Gate — Gate owners charge a SUI fee for passage. Travelers pay the toll to receive a single-use JumpPermit. Fees accumulate in a shared TollVault that the admin can withdraw from.
P2P Marketplace — Players list in-game items for sale with a SUI price. Buyers pay to purchase; proceeds go directly to the seller. Listings have configurable expiry and can be cancelled by the seller.
Built with Sui Move 2024 edition, includes TypeScript CLI scripts for all operations, a React dApp UI, and full Docker-based dev tooling. Deployed and tested end-to-end on Sui testnet.

EveMBA seamlessly integrates MBA education with EVE Frontier gameplay, offering an immersive copilot/mentor learning experience in the realm of interstellar strategy and business.

In the vast frontier of space, where stargates connect distant worlds, an ancient presence awaits.
Lucky Captain is a blessing shrine that lives on the stargates of EVE Frontier. When travelers pass through a gate equipped with the shrine, they can seek a blessing from the Walrus Captain, a mystical guardian of the void.
Each blessing is unique, drawn from the deep randomness of the cosmos itself. Some travelers receive a quiet nod of safe passage. Others are granted visions of hidden trade routes, or warnings whispered to their enemies' scanners. The rarest blessings speak of powers that bend the very fabric of space.
Travelers may offer tribute to improve their fortune, though the Captain blesses all who seek him, rich or poor. Gate operators who install the shrine collect offerings from grateful travelers, creating a new reason for pilots to visit their gates.
The experience is simple: arrive at a gate, seek a blessing, and discover what the void has in store for you. A 3D holographic shrine, dramatic ritual animation, and blessings that range from common wisdom to universe-altering prophecy.
Lucky Captain brings culture to a universe of commerce, ritual to a world of transactions, and a little bit of wonder to every jump through the stars.