Skip to content

Commit

Permalink
added link to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rgex authored Apr 16, 2017
1 parent 0d83cf2 commit 1a5492a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ composer require bitcoin-php/bitcoin-ecdsa
```
Alternatively add following snippet in you composer.json
```
"bitcoin-php/bitcoin-ecdsa" : ">=1.1"
"bitcoin-php/bitcoin-ecdsa" : ">=1.3"
```

**Instanciation**
Expand Down Expand Up @@ -179,6 +179,12 @@ $bitcoinECDSA->checkDerSignature($pubKey, $signature, $hash)

Returns true if the signature is matching the public key and false if it isn't.

Examples
===============
- [Generate an address](https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/Examples/generateAddress.php)
- [Sign a message](https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/Examples/signMessage.php)
- [Verify a message](https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/Examples/verifyMessage.php)
- [Import or export a private key using WIF](https://github.com/BitcoinPHP/BitcoinECDSA.php/blob/master/Examples/wif.php)

License
===============
Expand Down

0 comments on commit 1a5492a

Please sign in to comment.