@cuonghx.gu-tech/ethers-aws-kms-signer
v0.9.1
Published
The @aws-sdk/client-kms integration with ethers@v6 signer
Downloads
1,050
Readme
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!,
},
});