This is a Vite starter project for using the zkFetch SDK
To get started with this project, follow these steps:
-
Install dependencies (this will automatically download zk circuits):
npm install
-
Start the development server:
npm run dev
- An app ID and secret from Reclaim Protocol. You can obtain these from the devtool dashboard.
Copy the .env.example
file to .env
and fill in your app ID and secret obtained from devtool
In the vite.config.js
file, we've added polyfills for node modules that are not available in the browser.
Please note that this configuration is necessary to ensure compatibility with the zkFetch SDK