README: ask for users to post examples

This commit is contained in:
Daniel Cousens 2015-10-27 15:39:34 +11:00
parent c8baf1e712
commit f8068bb990

View file

@ -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