Builders
Chain Operators
PNCStack Hacks
Featured Hacks

Featured Hacks

⚠️

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

PNC Stack Hacks are not for the faint of heart. You will not be able to receive significant developer support for PNC 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 PNC Stack!

OPCraft

Author

Lattice (opens in a new tab)

Description

OPCraft was an PNC 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).

PNC Stack Configuration

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

Links

Ticking Pinnacle Chain

Author

@therealbytes (opens in a new tab)

Description

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

PNC Stack Configuration

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

Links