ethers-io / ethers.objc

Fast, simple and complete library for Ethereum in Objective-C.
MIT License
157 stars 57 forks source link

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

Open SnoopPanda opened 5 years ago

ricmoo commented 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.

SnoopPanda commented 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]