You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is used to cryptographically prove that a certain message was signed by the holder of an address private key.
2
+
Bitcore implementation of [bitcoin message signing and verification](http://bitcoin.stackexchange.com/questions/3337/what-are-the-safety-guidelines-for-using-the-sign-message-feature/3339#3339). This is used to cryptographically prove that a certain message was signed by the holder of an address private key.
12
3
13
4
For more information refer to the [bitcore-message](https://github.com/bitpay/bitcore-message) github repo.
14
5
15
6
## Installation
16
-
17
7
Message Verification and Signing is implemented as a separate module and you must add it to your dependencies:
0 commit comments