You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"use strict";(self["webpackChunk"]=self["webpackChunk"]||[]).push([[1882],{581882:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{__webpack_require__.r(__webpack_exports__);__webpack_require__.d(__webpack_exports__,{default:()=>__WEBPACK_DEFAULT_EXPORT__});const __WEBPACK_DEFAULT_EXPORT__="import { prove } from './utils'\n\n// You must modify the input signals to include the data you're trying to generate a proof for.\nconst signals: {[name: string]: number | string} = {}\n\nconst main = async () => {\n if (Object.keys(signals).length === 0) {\n console.error(\"You must modify the input signals to include the data you're trying to generate a proof for.\")\n return\n }\n const proofResponse = await prove(signals)\n console.log('Proof:\\n', JSON.stringify(proofResponse.proof, null, 2))\n}\n\nmain()\n"}}]);