Skip to content

zkzoomer/minaa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinAA

Account Abstraction Proof of Concept over Mina Protocol.

Description

The motivating factor for this project is to enable users to interact with the Mina blockchain using non-custodial accounts that validate user operations using non-native signatures. This provides a template for implementing smart contracts that handle user operations and signature verification, similar to Ethereum's ERC-4337. You can find more detailed architecture overview in the docs, and a link to the Navigators presentation here.

Build

cd packages/contracts
bun run build

Test

export SKIP_PROOFS=true # skip proofs for faster testing during development
cd packages/contracts
bun run test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors