Skip to content

EasyMina/frontend-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Experiment

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.

Step 0: Install Dependencies

npm install
# npm install express nodemon
# npm install webpack webpack-cli --save-dev

Step 1: Generate a Build for snarkyjs

Install webpack:

npx webpack --config webpack.config.js

Step 2: Launch the Server

Execute the following command to run the server:

npm run instantRefresh
# node frontend.mjs

Step 3: Web Browser

Open 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published