Code is implemented which signs a message and verifies it at the receiver's end
- Sign a message using the private key of the sender
- The signature has generated during the signing process along with the message and wallet address is passed to a function which verifies if the message is valid.
- bitcoinjs-lib - For verifying wallet address ownership
- bitcoinjs-message - For verifying the signed message
- Dinesh B S (@DineshBS44)
Licensed under MIT License : https://opensource.org/licenses/MIT