Welcome to an experimental bare-bone server designed for creating zero-knowledge proofs in a web browser. Prior to proceeding, please ensure that snarkyjs is compressed during the build process.
npm install
# npm install express nodemon
# npm install webpack webpack-cli --save-devInstall webpack:
npx webpack --config webpack.config.jsExecute the following command to run the server:
npm run instantRefresh
# node frontend.mjsOpen your web browser and navigate to http://localhost:3000.
Features available:
- Load Module
- Import Module
- Compile
Console output:
zkApp
Feel free to explore and experiment with the provided functionalities.