Skip to content

Adds combined wallet guidance #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 17, 2022

Conversation

ConorOkus
Copy link
Contributor

@ConorOkus ConorOkus commented Nov 15, 2022

This PR adds guidance on how to allow for a single wallet setup using a BIP32 HD wallet + Hardened Child Key when seeding LDK.

Minor TODO:

  • Add Java sample code

Preview

@netlify
Copy link

netlify bot commented Nov 15, 2022

Deploy Preview for lightningdevkit ready!

Name Link
🔨 Latest commit 8d6cd12
🔍 Latest deploy log https://app.netlify.com/sites/lightningdevkit/deploys/637657bf8642e80008410b03
😎 Deploy Preview https://deploy-preview-175--lightningdevkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

Copy link

@jurvis jurvis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small suggestion but otherwise lgtm!

"sock lyrics village put galaxy famous pass act ship second diagram pull"
).unwrap();
let seed: [u8; 64] = mnemonic.to_seed_normalized("");
let master_xprv = ExtendedPrivKey::new_master(Network::Testnet, &seed).unwrap();
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

might be a little "duh", but should we add a comment here to point out that users should probably swap this out for Mainnet if they wish?

@thunderbiscuit
Copy link

thunderbiscuit commented Nov 15, 2022

ACK 5a60808. I like the "tip" section.

2 small non-blocking nits: (a) the code example uses m/535' but the text uses m/535'/535'/535'. Might feel like an error on first read or something, (b) it's a neat little titbit of info that "535" maps to "LDK" on a phone pad, so that might be cool to add if you want to.

@ConorOkus ConorOkus merged commit 3c63cc9 into lightningdevkit:main Nov 17, 2022
@ConorOkus ConorOkus deleted the update-key-management branch November 17, 2022 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants