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.
cp .env.example .env
- Add values in
.env
. - Add an address to the
admins
list ingenesis-state.json
file. This should be the sameADDRESS
you added in.env
.
$ stackr register
$ stackr deploy
$ bun run src/cli.ts