I am using the base project from "", modified with the zkApp I am developing. However, when I run on the browser, it remains stuck in the "isReady" check:
console.log('Loading SnarkyJS...');
await zkAppWorkerClient.loadSnarkyJS();
console.log('done');
It does not continue to the donesection. Does anyone know how to debug the library to identify where the problem is and why it does not continue??