Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@alchemy/aa-signers
Advanced tools
A collection of signers used to create ERC-4337 smart accounts
@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 566 weekly downloads. As such, @alchemy/aa-signers popularity was classified as not popular.
We found that @alchemy/aa-signers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.