@nori-zk/mina-token-bridge
Version:
A Mina zk-program contract allowing users to mint tokens on Nori Bridge.
5 lines • 298 B
JavaScript
import { TokenDeployerWorker } from '../worker.js';
import { WorkerChild } from '../../../worker/child/index.node.js';
import { createWorker } from '../../../worker/index.js';
export const tokenDeployerWorker = createWorker(new WorkerChild(), TokenDeployerWorker);
//# sourceMappingURL=child.js.map