Skip to content

mortelli/account-abstraction

 
 

Repository files navigation

Implementation of contracts for ERC-4337 account abstraction via alternative mempool.

Setup

npm i --force

(dependencies cannot be fixed right now)

Leave the terminal running with:

npx hardhat node

Then, on a second terminal:

cd frontend && npm i
npm start

Navigate to localhost:3000 and connect your wallet. The metamask network must be configured to a local hardhat.

Resources

Vitalik's post on account abstraction without Ethereum protocol changes

Discord server

Bundler reference implementation

Bundler specification test suite

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 48.0%
  • Solidity 46.9%
  • JavaScript 4.4%
  • Other 0.7%