-1

I am relatively new to cryptography, so forgive me if this is a trivial question. Is it possible to convert a ecdsa.PublicKey, to an address (ethereum), or more specifically a common.Address?

BigP
  • 117
  • 7

1 Answers1

1

Found the answer you can use the crypto.PubkeyToAddress function

BigP
  • 117
  • 7