From f8068bb990376ba6edfbb2ccd34ac1207dc4b458 Mon Sep 17 00:00:00 2001 From: Daniel Cousens Date: Tue, 27 Oct 2015 15:39:34 +1100 Subject: [PATCH] README: ask for users to post examples --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 531494c..94b3727 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,8 @@ The below examples are implemented as integration tests, they should be very eas - [Recover a BIP32 parent private key from the parent public key and a derived non-hardened child private key](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/crypto.js#L54) - [Recover a Private key from duplicate R values in a signature](https://github.com/bitcoinjs/bitcoinjs-lib/blob/master/test/integration/crypto.js#L101) +If you have a use case that you feel could be listed here, please [ask for it](https://github.com/bitcoinjs/bitcoinjs-lib/issues/new)! + ## Projects utilizing BitcoinJS