Transform a point(x,y) into a public key for Solana and Bitcoin

Hi there, is there an example to transform tkey.metadata.pubKey (point object) into a bitcoin and solana public address?

Many tks



Originally posted by: cesariomartins

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1189

Hey @cesariomartins

For bitcoin, there is a way. You can use the standard library with the tKey to derive the address from privateKey.



Originally posted by: shahbaz17