ethers.objc icon indicating copy to clipboard operation
ethers.objc copied to clipboard

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

Open SnoopPanda opened this issue 6 years ago • 2 comments

SnoopPanda avatar Aug 12 '19 02:08 SnoopPanda

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.

ricmoo avatar Aug 12 '19 02:08 ricmoo

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]

SnoopPanda avatar Aug 12 '19 03:08 SnoopPanda