Ref - https://andersbrownworth.com/blockchain/
public/private
keypairtransaction
that they want to do (send Rs 50 to Alice). The transaction includes all necessary details like the recipient's address, the amount and some blockchain specific parameters (for eg - latestBlockHash in case of solana)transaction
sign
the transaction using their private keyraw transaction
, signature
and their public key
to a node on the blockchain.hash
signature
using the users public key
and the hash
generated in step 1