- Clone the repository by typing
git clone https://github.com/br0wnD3v/zkApp_Base.gitin your terminal. cd zkApp_Base
cd contracts/npm installto install all the packages.npm run buildto build the contracts since the they are to be referenced in the frontend.cd ..To get back to the root folder.
cd ui/npm installto install all the packages.npm run devto 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.