Smart Accounts

Use when changing `packages/smart-accounts`, account implementations, modules, permissions, nonces, deferred actions, or account address helpers.

alchemyplatform 9ac4e14 4 files · 3.6 KB Updated

File contents

Smart Accounts

@alchemy/smart-accounts exposes Light Account, Multi-Owner Light Account, Modular Account v1/v2, module helpers, permissions, and deferred actions.

Rules

Rule When to read
Account types Before changing account constructors, address prediction, or static implementations.
Modules and permissions Before changing module install/uninstall or permission builder code.
Deferred actions Before changing deferred action encoding, signing, or execution helpers.

Evidence

  • packages/smart-accounts/src/index.ts is the public export surface.
  • The reference docs include Light Account, Modular Account v1/v2, modules, permissions, entity/nonce errors, and deferred action helpers.

alchemyplatform/aa-sdk/tree/main/.agents/skills/smart-accounts commit 9ac4e14025

Frequently asked questions

npx skillmds@latest add alchemyplatform/smart-accounts