Published on

ECDSA-Node

Authors

Title: ECDSA-Node

Github: https://github.com/jayantna/ECDSA-Node

This project begins with a client that is allowed to transfer any funds from any account to another account. That's not very secure. By applying digital signatures we can require that only the user with the appropriate private key can create a signature that will allow them to move funds from one account to the other. Then, the server can verify the signature to move funds from one account to another.

Incorporate Public Key Cryptography so transfers can only be completed with a valid signature The person sending the transaction should have to verify that they own the private key corresponding to the address that is sending funds