bitcoinjs/bip44-constants

Name: bip44-constants

Owner: BitcoinJS

Description: This package provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md

Created: 2015-07-21 19:53:33.0

Updated: 2018-01-17 04:35:42.0

Pushed: 2017-12-04 12:23:35.0

Homepage:

Size: 25

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

BIP44 Constants

NPM Package

This package provides BIP44 coin constants as found here: https://github.com/satoshilabs/slips/blob/master/slip-0044.md

You can read more about BIP44.

Install
i --save bip44-constants
Usage
t constants = require('bip44-constants')
ole.log(constants)

terate through constants
ct.keys(constants).forEach(coin => {
nst constant = constants[coin]

 ...
nsole.log(coin, constant)


ole.log(constants['Litecoin'])
> 2147483650   // equivalent to 0x80000002
Contributors

If you notice that constants.json is out of date, please run ./update.sh > index.js and submit a pull request! Alternatively, please submit an issue to notify us that is out of date.

LICENSE MIT

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.