@cuonghx.gu-tech/ethers-gcp-kms-signer
v0.9.1
Published
The @google-cloud/kms integration with ethers@v6 signer
Downloads
986
Maintainers
Readme
ethers-gcp-kms-signer
The @google-cloud/kms integration with ethers@v6 signer
Feature
- ethers@v6 signer compatible
Install
npm install @cuonghx.gu-tech/ethers-gcp-kms-signer
Usage
Google cloud
- Go to key management
- Create key with HSM and Elliptic Curve secp256k1 - SHA256 Digest Algorithm
signer = new GcpKmsSigner({
projectId: "",
locationId: "",
keyRingId: "",
keyId: "",
versionId: "",
});