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
# install frontend / backend dependencies
yarn
# 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.