Skip to content

Kalien is a provably fair Asteroids game on Stellar. You play a classic arcade-style Asteroids game, your entire gameplay gets recorded as a compact "tape," and then a zero-knowledge proof cryptographically verifies your score is legit. No cheating possible. Beat your high score and KALIEN tokens get minted to your wallet on-chain.

Notifications You must be signed in to change notification settings

kalepail/kalien

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

316 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalien

Kalien

Kalien is a deterministic Asteroids stack with:

  • a React client (src/)
  • a Cloudflare Worker gateway/API (worker/)
  • a RISC Zero prover service (kalien-verifier/)
  • a Soroban score contract (kalien-contract/)
  • an autopilot lab for tape generation and benchmarking (autopilot/)

Component Map

Quick Start

From repo root:

bun install
bun run dev

Type/lint/format checks:

bun run check

Notes

  • Local secrets/config live in .env, .dev.vars, and .codex/ (ignored by git).
  • This repo is multi-workspace; run commands from the README for each component to avoid path confusion.

About

Kalien is a provably fair Asteroids game on Stellar. You play a classic arcade-style Asteroids game, your entire gameplay gets recorded as a compact "tape," and then a zero-knowledge proof cryptographically verifies your score is legit. No cheating possible. Beat your high score and KALIEN tokens get minted to your wallet on-chain.

Topics

Resources

Stars

Watchers

Forks

Contributors