CloakProject / CloakCoin

Cloak is the fastest, most secure way to transact cryptocurrency using blockchain technology and truly next-gen ENIGMA encryption to create fully private transactions.
https://www.cloakcoin.com
MIT License
36 stars 35 forks source link

Cloack coin integration into Lunes Wallet #16

Open felipematheus opened 5 years ago

felipematheus commented 5 years ago

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 !

anorakthagreat commented 5 years ago

Hi,

Unfortunately, current client does not support HD wallets so I doubt you can make that work easily.

CloakCoin CLI is very similar to Bitcoin, you can type help in the wallet console and get a list of supported commands and their descriptions.