Skip to content

br0wnD3v/Mina_zkApp_Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Setting up the project.

Step 1

  • Clone the repository by typing git clone https://github.com/br0wnD3v/zkApp_Base.git in your terminal.
  • cd zkApp_Base

Step 2 (contracts/)

  • cd contracts/
  • npm install to install all the packages.
  • npm run build to build the contracts since the they are to be referenced in the frontend.
  • cd .. To get back to the root folder.

Step 3 (ui/)

  • cd ui/
  • npm install to install all the packages.
  • npm run dev to start the web application.
  • Follow the step unfolding by opening on the browser's console and don't forget to connect the webapp with Auro Wallet.
  • Finally you will be able to see the current state and a method to update the state.

About

Repository that can be used as the boilerplate for a zkApp. Supports Snarkyjs 0.10 and Nextjs 13.4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published