Skip to content

sismo-core/sismo-connect-boilerplate-offchain

Repository files navigation

Sismo Connect Starter: offchain app with Next.js

Start developping an offchain application, with

  • a frontend making ZK proofs requests via Sismo Connect
  • a backend that verifies ZK Proofs received via Sismo Connect

Support

Usage

Prerequisites

Install dependencies

# install frontend / backend dependencies
yarn

Start your local Next.js app

# this will start your Next.js app
# the frontend is available on http://localhost:3000/
# it also starts a local backend
yarn dev

After this command, you will have your local application running on http://localhost:3000.