UNPKG

@nori-zk/mina-token-bridge

Version:

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

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