Build with Node
Last updated
Was this helpful?
Last updated
Was this helpful?
First, you need to install the library.
fhevmjs
uses ESM format for web version and commonjs for node version. You need to set the to load the correct version of fhevmjs. If your node project use "type": "module"
, you can force the loading of the Node version by using import { createInstance } from 'fhevmjs/node';
You can now use your instance to or do a .