UNPKG

@nori-zk/mina-token-bridge

Version:

Nori ethereum state settelment and nETH token bridge zkApp

7 lines 301 B
import { WorkerParent } from '@nori-zk/workers/node/parent'; import { createProxy } from '@nori-zk/workers'; export function getTokenBridgeTester() { const workerUrl = new URL('./child.js', import.meta.url); return createProxy(new WorkerParent(workerUrl)); } //# sourceMappingURL=parent.js.map