Developer-DUCS / BlockchainSim

Apache License 2.0
1 stars 1 forks source link

Add info button to transaction card #59

Closed lpareja99 closed 2 years ago

lpareja99 commented 2 years ago

Add a hover info button that explains to the user what is going on in the transactions and how it works ( the numbers ) for a better understanding of the technology.

transaction structure (m1) sends money (-->) to (m2)

Amount sent (m1) = total amount in UTXOs used for that transaction from (m1) --> adr1 + adr2 + adr3... etc

AMOUNT_SENT(m1) = COIN_RECEIVED(m2) + LEFT_OVER(m1) + FEE