How Public keys are generated using Private Keys in Blockchain??
We learnt that public keys are generated by using the Elliptic Curve Digital Signature Algorithm (ECDSA) on a user's private keys.
In addition to this, Ethereum addresses are derived from public keys by hashing a user’s public keys with the Keccak256...
web3basicsbyunnati.hashnode.dev5 min read