Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 504 Bytes

File metadata and controls

19 lines (14 loc) · 504 Bytes

Simple Counter - UI Template

This is a simple counter UI template that uses Cartesi co-processor's onchain and offchain infrastructure.

It's a Next.js project bootstrapped with create-wagmi.

Before running

  1. Deploy the co-processor local contracts.
  2. Setup the Co-processor caller address in the .env.local file.
NEXT_PUBLIC_COPROCESSOR_ADDRESS=

To run locally

pnpm install
pnpm dev