0.0.1-alpha.0 • Published 2 months ago

@rhinestone/erc4337-validation v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

ERC4337 Validation

A library to validate the ERC-4337 rules within Foundry

This library allows you to validate:

  • Banned opcodes
  • Banned storage locations
  • Disallowed *CALLs
  • Disallowed use of EXT* opcodes
  • Disallowed use CREATE opcode

It also supports both v0.6 and v0.7 of ERC-4337.

This library is in active development and is subject to breaking changes. If you spot a bug, please take out an issue and we will fix it as soon as we can.

Installation

With Foundry

forge install rhinestonewtf/erc4337-validation

Using a package manager

pnpm i @rhinestone/erc4337-validation

Usage

To use this library, simply import the Simulator and call

Simulator.simulateUserOp(userOp, entryPointAddress);

If the userOp breaks any of the rules, the function will revert with a message indicating which rule was broken.

Note that the entryPointAddress needs to be the address of the EntryPointSimulations contract if you are using v0.7 of ERC-4337. For an example see the Simulator test, the Simulator test v0.6 and the relevant test bases.

Contributing

For feature or change requests, feel free to open a PR, start a discussion or get in touch with us.

For guidance on how to create PRs, see the CONTRIBUTING guide.

Credits

  • Dror: For the implementation approach and an initial prototype

Authors ✨

0.0.1-alpha.0

2 months ago

0.0.1-alpha

3 months ago