Skip to content

da-bao-jian/ERC-7521

Repository files navigation

Generalized Intent Specification for Account Abstraction

A generalized intent specification entry point contract which enables support for a multitude of intent standards as they evolve over time.

Specification

The full spec and EIP/ERC can be viewed here.

Build From Source

Dependencies

dep version
Foundry latest
Trunk latest

Building

Make sure submodules are up to date:

git submodule update --init --recursive

Build and run tests:

forge build
forge test

Contributing

Code must pass tests and coverage requirements as well as follow formatting requirements.

forge test
forge coverage
forge fmt

License

The primary license for this repo is Apache-2.0, see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 99.6%
  • Rust 0.4%