0.9.1 • Published 10 months ago

@constellation-labs/key-manager v0.9.1

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

@constellation-labs/key-manager

KMS Signer

Implementation taken from: https://github.com/rjchow/ethers-aws-kms-signer. Reimplemented for security reasons.

Design

Usage

import { storeSecret } from '@constellation-labs/key-manager'
import { SecretsManagerClient } from '@aws-sdk/client-secrets-manager'

const client: SecretsManagerClient = new SecretsManagerClient({})
const secretId = "define-your-secretId"
const secret = {
  L1_FEE_WALLET_PRIVATE_KEY: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80',
  FAUCET_KEY: '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80'
}

const func = async () => {
  console.log(await storeSecret(client, secretId, secret))
}

func()
0.9.1

10 months ago

0.9.0

11 months ago

0.8.1

12 months ago

0.7.9-alpha.1

1 year ago

0.8.0

1 year ago

0.7.8

1 year ago

0.7.7

1 year ago

0.7.9-alpha.0

1 year ago

0.7.5

1 year ago

0.7.4

1 year ago

0.7.3

1 year ago

0.7.2

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.6

2 years ago

0.6.5

2 years ago

0.6.4

2 years ago

0.6.3

2 years ago

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.22

2 years ago

0.5.21

2 years ago

0.5.20

2 years ago

0.5.19

2 years ago