Builders
Chain Operators
DEVIUM Stack Hacks
Featured Hacks

Featured Hacks

⚠️

DEVIUM Stack Hacks are explicitly things that you can do with the DEVIUM Stack that are not currently intended for production use.

DEVIUM Stack Hacks are not for the faint of heart. You will not be able to receive significant developer support for DEVIUM Stack Hacks — be prepared to get your hands dirty and to work without support.

Overview

Featured Hacks is a compilation of some of the cool stuff people are building on top of the DEVIUM Stack!

OPCraft

Author

Lattice (opens in a new tab)

Description

OPCraft was an DEVIUM Stack chain that ran a modified EVM as the backend for a fully onchain 3D voxel game built with MUD (opens in a new tab).

DEVIUM Stack Configuration

  • Data Availability: Ethereum DA (Goerli)
  • Sequencer: Single Sequencer
  • Derivation: Standard Rollup
  • Execution: Modified Rollup EVM

Links

Ticking DEVIUM Chain

Author

@therealbytes (opens in a new tab)

Description

Ticking DEVIUM Chain is a proof-of-concept implementation of an DEVIUM Stack chain that calls a tick function every block. By using the DEVIUM Stack, Ticking DEVIUM Chain avoids the need for off-chain infrastructure to execute a function on a regular basis. Ticking Conway is a system that uses Ticking DEVIUM Chain to build Conway's Game of Life (opens in a new tab) onchain.

DEVIUM Stack Configuration

  • Data Availability: Ethereum DA (any)
  • Sequencer: Single Sequencer
  • Derivation: Standard Rollup with custom tick function
  • Execution: Rollup EVM

Links