Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 545 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 545 Bytes

fhevmjs-vue-template

This is a simple template to show how to use fhevmjs with Vite + Vue.

Getting started

npm install

Configuration

Copy .env.example to .env and update the gateway URL, ACL address, and KMS address to match the fhEVM you're using.

Development

npm run dev

The server listens on http://localhost:5173/

Build

npm run build

Documentation

For more information about fhevmjs, you can read the documentation.