Thanks Arthur for your comment. :)
bitcoinj java library is used in the course to create simple Bitcoin addresses. As you know Bitcoin address generation is almost same in all libraries, that's what the course explains.
You might be right :) I was not looking for a better implementation. I was looking for the simplest and one of the well-known bitcoin libraries. bitcoinj worked well for me. It is simple to use.
But again, thank you, guys, for offering other good ones. It is appreciated.
I wrote two articles about Bitcoin and Ethereum on medium and hackernoon. Please take a look :)
6 comments
[ 2.7 ms ] story [ 31.9 ms ] threadFor ethereum: use the Ethereum JSON-RPC API (geth, not parity)
The end
Please check my articles if you are interested about this :) https://medium.com/@tunatore/how-to-generate-bitcoin-address...
Thanks again.
But again, thank you, guys, for offering other good ones. It is appreciated.
I wrote two articles about Bitcoin and Ethereum on medium and hackernoon. Please take a look :)
https://hackernoon.com/how-to-generate-bitcoin-addresses-tec...
https://hackernoon.com/how-to-generate-ethereum-addresses-te...
I did a cursory investigation but it wasn't immediately obvious.