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

Provide HD Wallet implementation #213

Open
satran004 opened this issue Jan 26, 2023 · 0 comments · May be fixed by #363
Open

Provide HD Wallet implementation #213

satran004 opened this issue Jan 26, 2023 · 0 comments · May be fixed by #363
Assignees
Labels
enhancement New feature or request

Comments

@satran004
Copy link
Member

satran004 commented Jan 26, 2023

Currently CCL has implementation for CIP 1852 which can be used to derive pub/priv key pairs and addresses at different derivation paths. This can be used in an application to provide HD wallet functionalities. For example, generate addresses at different indexes and find used/unused addresses, utxos from blockchain.

But instead of each application trying to implement their own HD wallet, CCL can provide a basic implementation of HD wallet and provide high level apis.

A java application should be able to use these apis to get list of utxos for an account by scanning addresses at different indexes and also required signers.

This should be developed as a separate optional module.

Notes about BIP-44 and address discovery https://input-output-hk.github.io/cardano-wallet/design/Notes-about-BIP-44

@satran004 satran004 added the enhancement New feature or request label Jan 26, 2023
@Kammerlo Kammerlo self-assigned this Jan 15, 2024
Kammerlo added a commit that referenced this issue Jan 18, 2024
…m Wallet.java

Need to rework signing to get addresses.
Kammerlo added a commit that referenced this issue Jan 22, 2024
Thus removing the unneeded utxosupplier value in Wallet.
@Kammerlo Kammerlo linked a pull request Jan 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants