Skip to content
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

feat: mnemonic #2338

Merged
merged 135 commits into from
Jun 30, 2023
Merged

feat: mnemonic #2338

merged 135 commits into from
Jun 30, 2023

Conversation

reneaaron
Copy link
Contributor

@reneaaron reneaaron commented Apr 11, 2023

Describe the changes you have made in this PR

  • Have one mnemonic to base other keys on (bitcoin, nostr, liquid, etc)
  • Signing functionality via window.webbtc
    • signPsbt(psbt)
    • signSchnorr()?

Resources

Screenshots (18/05/23)

image

image

image

image

image

image

image

image

image

image

@socket-security
Copy link

socket-security bot commented Apr 15, 2023

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

@github-actions
Copy link

github-actions bot commented Apr 15, 2023

🚀 Thanks for the pull request!

Here are the current build files for testing:

Download and unzip the file for your browser. Refer to the readme for detailed install instructions.

Don't forget: keep earning sats!


derivePublicKey(path: string) {
const publicKeyBytes = this._hdkey.derive(path).publicKey;
if (!publicKeyBytes) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Remove?

Copy link
Contributor

Choose a reason for hiding this comment

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

changed to return the hdkey object

@rolznz rolznz merged commit aa79930 into master Jun 30, 2023
5 of 6 checks passed
@rolznz rolznz deleted the feat/mnemonic branch June 30, 2023 05:43
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.

8 participants