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

How could I do for the project available for BTC and others?I found the Project does not contain BIP44. #32

Open
SnoopPanda opened this issue Aug 12, 2019 · 2 comments

Comments

@SnoopPanda
Copy link

No description provided.

@ricmoo
Copy link
Member

ricmoo commented Aug 12, 2019

BIP44 is fully supported, but BTC is not. You would need to write libraries to convert between WIF and other base58 formats though, as well as adjust the library to work with UTXO sets. Also, you would need to find backends that support BTC as this library is designed to work with Etherscan and INFURA.

Adding BTC though is not a simple task. You should also look into Bread Wallet, which includes the necessary libraries for full Bitcoin support. :)

Hope that helps.

@SnoopPanda
Copy link
Author

BIP44 is fully supported, but BTC is not. You would need to write libraries to convert between WIF and other base58 formats though, as well as adjust the library to work with UTXO sets. Also, you would need to find backends that support BTC as this library is designed to work with Etherscan and INFURA.

Adding BTC though is not a simple task. You should also look into Bread Wallet, which includes the necessary libraries for full Bitcoin support. :)

Hope that helps.

Thanks bro.I am happy for your reply.It seem like a bout of hard work.[XD]

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

No branches or pull requests

2 participants