@cuonghx.gu-tech/ethers-aws-kms-signer
TypeScript icon, indicating that this package has built-in type declarations

0.9.1 • Public • Published

ethers-aws-kms-signer

The @aws-sdk/client-kms integration with ethers@v6 signer

Feature

  • ethers@v6 signer compatible

Install

npm install @cuonghx.gu-tech/ethers-aws-kms-signer

Usage

  signer = new AwsKmsSigner({
    keyId: process.env.TEST_KMS_KEY_ID!,
    region: process.env.TEST_KMS_REGION_ID!,
    credentials: {
      accessKeyId: process.env.AWS_ACCESS_KEY_ID!,
      secretAccessKey: process.env.AWS_SECRET_ACCESS_KEY!,
    },
  });

Readme

Keywords

Package Sidebar

Install

npm i @cuonghx.gu-tech/ethers-aws-kms-signer

Weekly Downloads

23

Version

0.9.1

License

MIT

Unpacked Size

8.96 kB

Total Files

6

Last publish

Collaborators

  • cuonghx.gu-tech