Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rueshyna authored Jan 23, 2024
1 parent 344a10c commit e8bba10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# TzSafe Signature

This library allows you to verify signatures that represent a single owner on TzSafe.
You probably know that to sign a message, you need to use a public key, but in the case of abstracted account (contract acting as a wallet), there's no public key.
You probably know that to sign a message and verify a signature, you need to use a private key and public, but in the case of abstracted account (contract acting as a wallet), there are no the keys.
There are 2 way of doing it:

1. To be able to sign messages and receive an immediate response, we forward it to a wallet owned by an owner currently connected to TzSafe App. From a Dapp point of view, it means that you'll receive a sign message but you can't verify as you don't know which owners’ address signed it. With this library, we take care of the verification for you! Note that the owner of TzSafe can change. Therefore, please always verify the obtained signature.
Expand Down

0 comments on commit e8bba10

Please sign in to comment.