sismo-core / sismo-connect-boilerplate-offchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 77.3%Language:CSS 21.8%Language:JavaScript 0.9%