Skip to content

Commit 16c0c34

Browse files
committed
Merge pull request #21 from bitjson/master
format
2 parents c58a1da + f960a09 commit 16c0c34

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

docs/index.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
1-
---
2-
title: Message Verification and Signing
3-
description: Bitcoin Message Verification and Signing.
4-
---
51
# Message Verification and Signing
6-
7-
## Description
8-
9-
Bitcore implementation of [bitcoin message signing and verification]
10-
(http://bitcoin.stackexchange.com/questions/3337/what-are-the-safety-guidelines-for-using-the-sign-message-feature/3339#3339).
11-
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.
123

134
For more information refer to the [bitcore-message](https://github.com/bitpay/bitcore-message) github repo.
145

156
## Installation
16-
177
Message Verification and Signing is implemented as a separate module and you must add it to your dependencies:
188

199
For node projects:
10+
2011
```bash
2112
npm install bitcore-message --save
2213
```
2314

2415
For client-side projects:
16+
2517
```bash
2618
bower install bitcore-message --save
2719
```
2820

2921
## Example
30-
3122
To sign a message:
3223

3324
```javascript

0 commit comments

Comments
 (0)