Skip to content

lucashenning/aws-kms-ethereum-signing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS KMS based Ethereum Tx Signing

This repo shows how to sign an Ethereum transaction using AWS KMS.

Medium

Please see my medium article for a detailed code walk-through.

Prep

  1. Create ECDSA secp256k1 key in AWS KMS
  2. Create AWS IAM user with programmatic access to AWS KMS.
  3. For the Tx to go through, you need to provide a valid web3 provider (e.g. Infura)
  4. Run the script to generate the Ethereum address and fund the Ethereum account to pay for the transaction gas.

About

Typescript based example of ECDSA signing an Ethereum transaction with AWS KMS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published