This is an example of how zkApp interacts with Auro Wallet.
The project targets the Mesa protocol only and uses o1js@3.0.0.
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.
Node.js >=22.19.5npm 10.x
- Install and build the contract in the
contractsfolder
cd contracts
npm install
npm run build- Start serve
cd ../ui
npm install
npm run devConfigure only contracts deployed from contracts/src/Add.ts with
o1js@3.0.0.