We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sometimes we don't need information about all coins, maybe we should write package generator that produce next file structure:
root - index.js - bitcoin - index.js - mainnet - index.js - bitcore.json - bitcoinjs.json
so if we want only information about bitcoin mainnet for bitcoinjs-lib we can write one of this require:
bitcoinjs-lib
requrie('coininfo').bitcoin.mainnet.bitcoinjs
require('coininfo/bitcoin').mainnet.bitcoinjs
require('coininfo/bitcoin/mainnet').bitcoinjs
require('coininfo/bitcoin/mainnet/bitcoinjs')
pros:
cons:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes we don't need information about all coins, maybe we should write package generator that produce next file structure:
so if we want only information about bitcoin mainnet for
bitcoinjs-lib
we can write one of this require:requrie('coininfo').bitcoin.mainnet.bitcoinjs
require('coininfo/bitcoin').mainnet.bitcoinjs
require('coininfo/bitcoin/mainnet').bitcoinjs
require('coininfo/bitcoin/mainnet/bitcoinjs')
pros:
cons:
The text was updated successfully, but these errors were encountered: