0.9.1 • Published 12 months ago

@cuonghx.gu-tech/ethers-gcp-kms-signer v0.9.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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: "",
});