Skip to content

Latest commit

 

History

178 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auro-e2e-test-zkApp

This is an example of how zkApp interacts with Auro Wallet.

The project targets the Mesa protocol only and uses o1js@3.0.0.

Project Structure

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.

Local Development

Dependencies

  • Node.js >=22.19.5
  • npm 10.x

Run in local

  1. Install and build the contract in the contracts folder
cd contracts
npm install
npm run build
  1. Start serve
cd ../ui
npm install
npm run dev

Configure only contracts deployed from contracts/src/Add.ts with o1js@3.0.0.

Source

API Document

About

AURO E2E Test zkApp

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages