6 comments

[ 2.7 ms ] story [ 31.9 ms ] thread
For bitcoin: use the Bitcoin JSON-RPC API

For ethereum: use the Ethereum JSON-RPC API (geth, not parity)

The end

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.

Please check my articles if you are interested about this :) https://medium.com/@tunatore/how-to-generate-bitcoin-address...

Thanks again.

Bcoin is a better implementation, advanced features beyond the c code base
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 :)

https://hackernoon.com/how-to-generate-bitcoin-addresses-tec...

https://hackernoon.com/how-to-generate-ethereum-addresses-te...

Nice, haven't heard of this before. Do you happen to know who is overseeing this implementation, and related affiliations?

I did a cursory investigation but it wasn't immediately obvious.