Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.11 KB

multi-owner-plugin.md

File metadata and controls

24 lines (18 loc) · 1.11 KB
description
One or more EOA accounts or ERC-1271 compliant contracts can be owners of the Modular Smart Contract Account.

Multi-owner Plugin

{% embed url="https://github.com/alchemyplatform/modular-account/tree/v1.0.x/src/plugins/owner" %}

Core features

  • Enable ECDSA verification of signatures, standard EOA signatures verification.
  • Enable ERC-1271 signature verification, standard contract owner signatures verification.
  • Multiple equal owners who have the same root access to account.
  • Implements EIP-712.
  • By default, owner validation is added for most of MSCA’s native functions including:
    • installPlugin/ uninstallPlugin
    • upgradeToAndCall
    • execute / executeBatch

Author

Alchemy Logo