Author

Topic: Is there a api I can use to generate address's? (Read 159 times)

copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
~snip

Bitaddress.org have open source php to generate wallet addresses.

Coinomi also have an open source bip 39 seed generator also for segwit and legacy addresses. https://www.coinomi.com/recovery-phrase-tool.html, you could probably copy their code and use some of that.
staff
Activity: 3500
Merit: 6152
I think it would be better for you to run your own nodes and do all this yourself instead of using an external API.

Either way, for generating addresses, It's not an API that you could just call but it's open source: https://walletgenerator.net/ (you can select the coin).
legendary
Activity: 1946
Merit: 1427
Hi.

I am making a microwallet, and I am looking for a API or something that I can use in PHP to generate address and send transactions.

Thank you very much.


( Also if you know one for altcoins, please tell me Cheesy )

I know of the blockchain.com API, see https://github.com/blockchain/api-v1-client-php

You can create adresses & make transactions etcetera. But i'm not really a big fan of Blockchain.com, (Due to you not being able to see your private keys directly, and them storing your keys (albeit encrypted))

which is why i'd recommend you to maybe use something like this? http://docs.electrum.org/en/latest/merchant.html It might be a bit harder to install, but definitely worth it imo.
copper member
Activity: 60
Merit: 11
Hi.

I am making a microwallet, and I am looking for a API or something that I can use in PHP to generate address and send transactions.

Thank you very much.


( Also if you know one for altcoins, please tell me Cheesy )
Jump to: