Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ Key Management Systems (KMS) that can work with your developer operations
configurations. This can be used in conjunction with the `eth_signTransaction`
RPC method.

If you intend to manage your keys using AWS KMS or YubiHSM2, you can use [signer-proxy](https://github.com/upnodedev/signer-proxy).

[signer-proxy](https://github.com/upnodedev/signer-proxy) is an open-source tool that connects to your AWS KMS or YubiHSM2 backend and exposes an endpoint compatible with the `eth_signTransaction` RPC method.

<Callout type="info">
You can take a look at the signer client [source code](https://github.com/ethereum-optimism/optimism/blob/develop/op-service/signer/client.go)
if you're interested in what's happening under the hood.
Expand Down