From 2a4f617514d455d04d8103682f3038142345445c Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Sun, 6 Jan 2019 10:00:18 +0700 Subject: [PATCH] Add ledgerjs tip --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9839ba7..30d6da8 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,10 @@ const xpub = createXpub({ // => tpubDD3z8RPRoNYRcwRJ9JPyPgkgdiyE6Eghiud3R8ThkD2hdAXgTJh7WUTEg6mxskyBP3Fb1NnwahnwgdgC3DgYe3MRfZd2NYLWLkmBn7UWZXk' ``` +## Tip + +If you're working with ledgerjs you can pass the output of [`getwalletpublickey()`](http://ledgerhq.github.io/ledgerjs/docs/#btcgetwalletpublickey) almost directly in. + ## API ### createXpub(options)