This is a simple template to show how to use fhevmjs with Vite + Vue.
npm install
Copy .env.example
to .env
and update the gateway URL, ACL address, and KMS address to match the fhEVM you're using.
npm run dev
The server listens on http://localhost:5173/
npm run build
For more information about fhevmjs, you can read the documentation.