DeepSurge
Sui Logo
EVE Frontier Logo

2026 EVE Frontier Hackathon

Explore the tools built for a new civilization in the 2026 EVE Frontier Hackathon.

Voting has ended, but the project gallery remains open.

Lore Lock
thumbnail

LoreLock is a time‑locked guild vault dApp and Smart Assembly mod for EVE Frontier, designed to solve a core problem of player‑run civilizations: how to safely preserve and pass on secrets, strategies, and power over time. Guilds can create encrypted capsules that unlock on a future date or when a dead man’s switch triggers, enabling use cases like guild archives, private inheritances, and emergency succession plans.

Under the hood, LoreLock is built entirely on Mysten Labs’ technology stack:

---- Sui provides the object‑centric smart contract platform, with on‑chain time via Clock, fine‑grained ownership, and capability‑based access control, ideal for modeling guild vaults, roles, and time‑locked capsules.

---- Walrus offers programmable decentralized storage on Sui, where LoreLock stores large encrypted payloads (lore, documents, plans) as blobs with verifiable availability and Sui object metadata.

---- Seal is Mysten Labs’ decentralized data encryption and access control layer: LoreLock uses Seal to encrypt capsule content on the client under app‑specific policies, and to release decryption keys only when on‑chain conditions (roles, time‑locks, dead man’s switch) are satisfied.

LoreLock keeps only small metadata and policy references on Sui—such as blob IDs, policy IDs, modes, and timestamps—while delegating bulk data storage to Walrus and encryption to Seal. This architecture showcases how Sui + Walrus + Seal can be combined as a practical “toolkit for civilization” inside the EVE Frontier universe.