Open SnoopPanda opened 5 years ago
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]
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.