cryptocoinjs / coininfo

JavaScript component for crypto currency specific information.
116 stars 114 forks source link

Add genesis block hash #26

Closed karelbilek closed 7 years ago

karelbilek commented 7 years ago

It would be useful (at least to us, but maybe to others too) to include hash of genesis blocks as one of the constants.

Why do we need it... we are building a "universal" web wallet, where you just plug-in bitcore URL, it grabs block with ID 0 and it continues based on that.

I think it would be better to add this to coininfo rather than build it on our own.

jprichardson commented 7 years ago

Published 0.9.0. Thanks for https://github.com/cryptocoinjs/coininfo/issues/27!

karelbilek commented 7 years ago

Thanks for merging and publishing! That was fast!