This is an example of how zkApp interacts with Auro Wallet.
contracts
Code of the zkApp contract. If you need to update the contract, please modify it in this folder.
ui
Code for interaction between zkApp and Auro Wallet.
npm 8.x.x
yarn 1.22.19
node v16.x.x
- Init contract in
contracts
folder
yarn install
yarn build
- Start serve
yarn install
yarn prebuildPro
yarn dev