Loading...
const { createInstance } = require("fhevmjs"); createInstance({ chainId, publicKey }).then((instance) => { console.log(instance); });