bitcoinjs / bip44-constants

This package provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
MIT License
88 stars 63 forks source link

Why the coin type of BitShares is not in bip44 constants ? #14

Closed BIIYANG closed 6 years ago

BIIYANG commented 6 years ago

Hi, Why the coin type of BitShares is not in bip44 constants ? https://bitshares.org/
If it's not in , How can I do to add it ? We are developing a HD Wallet need to support BitShares. Thanks.

fanatid commented 6 years ago

Constants are fetched from https://github.com/satoshilabs/slips/blob/master/slip-0044.md Sometimes we update package with new constants. (We have all this info in README.md)