UNPKG

@nori-zk/mina-token-bridge

Version:

A Mina zk-program contract allowing users to mint tokens on Nori Bridge.

5 lines 271 B
import { E2eWorker } from '../worker.js'; import { WorkerChild } from '../../../worker/child/index.browser.js'; import { createWorker } from '../../../worker/index.js'; export const e2eWorker = createWorker(new WorkerChild(), E2eWorker); //# sourceMappingURL=child.js.map