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
Hello! We are currently in the process of implementing cloack coin integration into our wallet, Lunes located at https://luneswallet.app. We need guidance on how to obtain some information needed for wallet management. Our wallet manages address by using seedwords with twelve words, and we would need to generate the user address based on the seedwords that are stored in the user browser. Another thing we would need is how to retrieve the transactions history from the user addressess.
We currently use bitcoinjs-lib to generate addressess and electrumx to manage information about transaction history and blockchain information in general. If we are able to use our current stack to get this information it also would help us.
Thank you !
The text was updated successfully, but these errors were encountered:
Hello! We are currently in the process of implementing cloack coin integration into our wallet, Lunes located at https://luneswallet.app. We need guidance on how to obtain some information needed for wallet management. Our wallet manages address by using seedwords with twelve words, and we would need to generate the user address based on the seedwords that are stored in the user browser. Another thing we would need is how to retrieve the transactions history from the user addressess.
We currently use bitcoinjs-lib to generate addressess and electrumx to manage information about transaction history and blockchain information in general. If we are able to use our current stack to get this information it also would help us.
Thank you !
The text was updated successfully, but these errors were encountered: