You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native Ethereum transaction signing using AWS KMS with ECC_SECG_P256K1 (secp256k1) support. the library enables secure, HSM-backed signing of Ethereum transactions without exposing private keys to your application.
Details
Native secp256k1 support via AWS KMS
Private keys never leave KMS (signing in HSM)
Automatic key generation
Gas estimation
Multi-chain support (Ethereum, Polygon, BSC, Arbitrum, Optimism, Base)
CLI tools and library API
Built-in transaction submission
Publish an npm package that contains the core logic for KMS-based signing.
Motivation
Native Ethereum transaction signing using AWS KMS with
ECC_SECG_P256K1(secp256k1) support. the library enables secure, HSM-backed signing of Ethereum transactions without exposing private keys to your application.Details