Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@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
FAQs
A collection of signers used to create ERC-4337 smart accounts
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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.