Skip to content

eshaan7/ctf-scoring-ephemeral-mru

Repository files navigation

ctf-scoring-ephemeral-mru

Initialized using @stackr/sdk.

It is an Ephemeral Micro-Rollup that can be used as a Scoring System for games like Capture The Flag.

Ephemeral rollups are short-lived i.e. only for the duration of the game but preserve state roots and tx data on the L1 for future retraceability and verifiability of user's data (in this case, game score). Learn more about Ephemeral rollups here.

A video demo is available here.

Usage

Setup

  • cp .env.example .env
  • Add values in .env.
  • Add an address to the admins list in genesis-state.json file. This should be the same ADDRESS you added in .env.

Install

$ stackr register
$ stackr deploy

Run

$ bun run src/cli.ts

About

Ephemeral rollup built using @stackr/sdk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published