Skip to content

getwax/wax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet Account eXperiments (WAX)

WAX Logo

Primary monorepo for the Wallet Account eXperiments (WAX) project, which focuses on integrating novel & useful cryptographic technologies into the Ethereum Account Abstraction (AA) ecosytem to improve the experience of using accounts. We build on top of ERC-4337 & related specs.

Using this monorepo

Are you looking to build a plugin/module for the AA/ERC-4337 ecosystem and want examples & tooling? Check out the plugins package.

Are you interested in compressing ERC-4337 data? Start with the compression package

Compression

packages/compression

Contracts implementing compression for ERC-4337 accounts to reduce data being posted from rollups.

Demos

packages/demos

Demos showcasing WAX components.

Deterministic Deployer

packages/deterministic-deployer

Deploys contracts to deterministic addresses.

Plugins

packages/plugins

Plugins/modules for smart contracts accounts, including test scaffolding.

SDK

packages/sdk

SDK code to help with ERC-4337 interactions.

Archive

archive

Work & projects that are no longer actively used but could be useful as references.