5.2.1 • Published 2 years ago

coininfo v5.2.1

Weekly downloads
3,545
License
MIT
Repository
github
Last release
2 years ago

coininfo

build status

JavaScript component for crypto currency specific information such as version numbers, DNS seeds, etc. Works in Node.js and the browser.

Installation

npm i coininfo

Usage

var coininfo = require('coininfo')

console.dir(coininfo('LTC')) //use LTC-TEST for testnet
// =>
/*
{ versions:
   { public: 48,
     private: 176,
     scripthash: 5,
     bip32: { public: 27108450, private: 27106558 } } }
*/

Could also:

var litecoin = coininfo.litecoin.main
var litecoinTest = coininfo.litecoin.test

Useful to use in conjunction with coinkey and coinstring.

Want to Use With Bitcore or bitcoinjs-lib?

bitcoinjs-lib example:

var coininfo = require('coininfo')
var bitcoin = coininfo.bitcoin.main
var bitcoinBitcoinJSLib = bitcoin.toBitcoinJS()

Bitcore example:

var coininfo = require('coininfo')
var bitcoin = coininfo.bitcoin.main
var bitcoinBitcoreLib = bitcoin.toBitcore()

Pull requests?

Follow the canonical example:

https://github.com/cryptocoinjs/coininfo/blob/master/lib/coins/btc.js

License

MIT

@thorswap-lib/multichain-core@thorswap-lib/xpub-scan@ledgerhq/live-commonbch-js-joey@everything-registry/sub-chunk-1353@pulsechain/generate-addresswallet-btcwallet-coinyoubasexpub-scannerzap-desktopvoluptateautvoluptatetenetursapienterationescpx-wallettatumiotauros-web-utilssintliberosimple-bch-slpundelaboriosamtxbuilderjsexcepturifugiat@kokosapiens/walletestaliquidestmaiores@ledgerhq/coin-bitcoin@ledgerhq/wallet-btc@ledgerhq/xpub-scan@liquality/litecoin-js-wallet-provider@liquality/litecoin-networks@oipwg/hdmw@nodeberry/node-wallet-generator@nodeberryinc/node-wallet-generator@neon-exchange/nash-protocoleumadipisci@laverna_ritchie5/xwalletetkframeworkh-ordinal-inscription@earthwallet/keyring@earthwallet/sdkguld-key-btcguld-keys-bitcoinguld-keys-dash@plark/bitbox-sdk@sequelfinance/toolbox-utxo@pioneer-platform/cosmos-crypto@pioneer-platform/eth-audit@pioneer-platform/eth-crypto@pioneer-platform/eth-tx-builder@pioneer-platform/iota-crypto@pioneer-platform/kava-crypto@pioneer-platform/kava-network@pioneer-platform/kava-tx-builder@pioneer-platform/maya-network@pioneer-platform/monero-crypto@pioneer-platform/osmosis-crypto@pioneer-platform/ripple-network@pioneer-platform/secret-crypto@pioneer-platform/secret-network@pioneer-platform/secret-tx-builder@pioneer-platform/terra-crypto@pioneer-platform/terra-network@pioneer-platform/terra-tx-builder@pioneer-platform/terra-tx-builder-main@pioneer-platform/thor-crypto@pioneer-platform/thor-network@pioneer-platform/thor-tx-parser@pioneer-platform/toolbox-utxo@pioneer-platform/utxo-crypto@fomobro/fomo-wallet@thorwallet/xchain-bitcoincash@thorswap-lib/toolbox-utxo@thorwallet/xchain-litecoinlaborumnullamnsig-clientmnsig-js-clientblock-address@bithighlander/cosmos-tx-builder@bithighlander/hdwallet-pioneernequequiabch-js-regbolt11-decoderlumi-web-core@coinmasters/toolbox-utxomonacore-nodemulticoinsadamant-apibbx-sdk-fixesnatusnambitbox-clibitbox-lightbitbox-sdkbitbox-sdk-regtestbitcoin-mockbitcoin-faucet@cooller458/crypto-exchange-wallet-clilaudantiumrerumabw-multichain-sdk@yerofey/cryptowallet-cli@swapkit/toolbox-utxo
5.2.1

2 years ago

5.2.0

2 years ago

5.1.0

5 years ago

5.0.0

5 years ago

4.5.0

5 years ago

4.4.1

5 years ago

4.4.0

5 years ago

4.3.0

6 years ago

4.2.0

6 years ago

4.1.0

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.0

7 years ago

0.10.0

7 years ago

0.9.1

7 years ago

0.9.0

8 years ago

0.8.2

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago