ebellocchia / bip_utils

Generation of mnemonics, seeds, private/public keys and addresses for different types of cryptocurrencies
MIT License
324 stars 86 forks source link

Is it possible to validate addresses #51

Closed mehdiirh closed 2 years ago

mehdiirh commented 2 years ago

Hi. Is it possible to validate addresses of various assets with this module ?

ebellocchia commented 2 years ago

Hi, not right now but it could be a nice feature to add, I'll do that

mehdiirh commented 2 years ago

Much appreciated

mehdiirh commented 2 years ago

Hello how much time do you think it takes to add this feature ? :)

ebellocchia commented 2 years ago

Hi, I started to add address decoding in this branch:

https://github.com/ebellocchia/bip_utils/tree/addr_decoding

mehdiirh commented 2 years ago

Thank you Emanuele, is there any docs for how to use address decoding ?

ebellocchia commented 2 years ago

Yes I'll update the README and examples as soon as it is completed

ebellocchia commented 2 years ago

I completed it, I hope it can be helpful