You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: