starter-kit icon indicating copy to clipboard operation
starter-kit copied to clipboard

Starter kit for privacy enabled application chains

Results 18 starter-kit issues
Sort by recently updated
recently updated
newest added

We discovered this issue during the ETHGlobal Singapore Hackathon. Suppose we want to update a balance based on a certain amount, such that if amount > balance we top up...

# Description This PR addresses the issue where the o1js WebAssembly file (plonk_wasm_bg.wasm) could not be found during server-side execution in a Next.js environment, resulting in an `"ENOENT: no such...

Find a easy way to deploy the current starter kit docker stack to a popular cloud provider such as AWS. We need to streamline the process of creating a *free...

Integrate the newly developed indexer (including UI) and processor into the starter kit so it can be used by developers.

Upon running `pnpm dev`, I see the following `chain:dev` log. ``` chain:dev: [build-and-start] node: bad option: --experimental-wasm-threads ``` This may have to do with the Node version (I'm running v22.4.0)....

When using the latest version of PNPM, one encounters the following error when running the `dev` script: ``` ERR_PNPM_BAD_PM_VERSION  This project is configured to use v8.6.10 of pnpm. Your current...