with one click
smart-accounts
// Use when changing `packages/smart-accounts`, account implementations, modules, permissions, nonces, deferred actions, or account address helpers.
// Use when changing `packages/smart-accounts`, account implementations, modules, permissions, nonces, deferred actions, or account address helpers.
Use when changing GitHub workflows, Lerna versioning, package publish, or post-merge docs hooks (revalidate + SDK indexer).
Use when writing or modifying Vitest tests, `.vitest` setup, Anvil/Foundry or Rundler fixtures, per-package test config, or CI affected-test behavior.
Use when changing package management, workspace config, build scripts, generated outputs, Turborepo/Lerna config, or local validation in aa-sdk.
Use when editing `docs/**/*.mdx`, generated reference docs, TypeDoc comments, `typedoc.json`, `docs/docs.yml`, or documentation review instructions.
Use when throwing, catching, wrapping, documenting, or testing runtime errors in aa-sdk packages.
Use when changing package entry points, `exports` maps, public API barrels, import paths, or subpath exports in aa-sdk packages.
| name | smart-accounts |
| description | Use when changing `packages/smart-accounts`, account implementations, modules, permissions, nonces, deferred actions, or account address helpers. |
| last_verified | "2026-05-06T00:00:00.000Z" |
@alchemy/smart-accounts exposes Light Account, Multi-Owner Light Account,
Modular Account v1/v2, module helpers, permissions, and deferred actions.
| 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. |
packages/smart-accounts/src/index.ts is the public export surface.