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

0.9.1 • Public • Published

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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    121

    Version

    0.9.1

    License

    MIT

    Unpacked Size

    9.3 kB

    Total Files

    6

    Last publish

    Collaborators

    • cuonghx.gu-tech