blockchain-carbon-accounting
blockchain-carbon-accounting copied to clipboard
minimize handling of Ethereum private key
Based on today's demo, can the Vault engine sign the ethereum transaction directly instead of returning the ethereum private key?
For now no, since vault transit engine doesn't support ecdsa-secp256k1 signature. An issue and a PR is opened on vault repo for the ecdsa-secp256k1 support.
Issue : https://github.com/hashicorp/vault/issues/4594 PR : https://github.com/hashicorp/vault/pull/11469