iancoleman / bip39

A web tool for converting BIP39 mnemonic codes
https://iancoleman.io/bip39/
MIT License
3.42k stars 1.42k forks source link

Is there any API? #535

Open Allespro opened 2 years ago

Allespro commented 2 years ago

Well, I watched the code, but I can't find if there's an API. I would like to put this application on my server and make requests to it from my client. Whether there is such an opportunity, or push on the right way, I can add this opportunity myself

wigy-opensource-developer commented 2 years ago

What you describe seems to be a custodial wallet. And those need more considerations than just putting private keys on a server. This calculator app is not meant to be used like that.

Could you please describe your use-case in more details, maybe you could get recommended another tool for that?

Allespro commented 2 years ago

What you describe seems to be a custodial wallet. And those need more considerations than just putting private keys on a server. This calculator app is not meant to be used like that.

Could you please describe your use-case in more details, maybe you could get recommended another tool for that?

Thanks for answer. I need to create many (thousands) P2SH wallets using public keys (ypub....) I tried to using some python libraries, but nothing worked. Find one PHP script, but same. The final solution was create wallets using this tool from seed.