
Security News
PEP 810 Proposes Explicit Lazy Imports for Python 3.15
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
@alchemy/aa-signers
Advanced tools
@alchemy/aa-signers
This package contains various implementations of the SmartAccountSigner
and AuthSmartAccountSigner
classes defined in aa-core
. This repo is community maintained and we welcome contributions!
If you are already using the @alchemy/aa-core
package, you can simply install this package and start using the accounts. If you are not using @alchemy/aa-core
, you can install it and follow the instructions in the README to get started.
via yarn
yarn add @alchemy/aa-signers
via npm
npm i -s @alchemy/aa-signers
If you are looking to add a new account type, please follow the following structure.
src
with the name of your account type in kebab-case
(we are following kebab casing for files throughout the project).signer.ts
and add your implementation for SmartAccountSigner
, along with any additional types or utils files.SmartAccountSigner
or AuthSmartAccountSigner
class, add a file called signer.ts
in a new sub-folder under this package and add your implementation for.SmartAccountSigner
impl should just work with the base provider provided by aa-core
and whatever peer dependencies you install.signer/my-signer
called __tests__
and make sure your files end with the .test.ts
suffixsrc/index.ts
4.0.0-beta.0 (2024-08-28)
move plugingen from aa-sdk to account-kit since it depends on smart-contracts (073e8f6)
split aa-alchemy into account-kit packages (#704) (55e6632), closes #706
refactor!: move chain definitions out of aa-sdk core (#772) (1385441), closes #772
moves the chain definitions out of aa-sdk core and into account-kit/infra
@alchemy/plugingen has been moved to @account-kit/plugingen
@alchemy/aa-_ packages have been renamed to @aa-sdk/_
this removes the @alchemy/aa-alchemy package in favor of @account-kit/*
@alchemy/aa-accounts was deleted in favor of @account-kit/accounts
refactor: further rename packages
FAQs
A collection of signers used to create ERC-4337 smart accounts
The npm package @alchemy/aa-signers receives a total of 207 weekly downloads. As such, @alchemy/aa-signers popularity was classified as not popular.
We found that @alchemy/aa-signers demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
An opt-in lazy import keyword aims to speed up Python startups, especially CLIs, without the ecosystem-wide risks that sank PEP 690.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.