cryptocoinjs / coininfo

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

package generator #22

Open fanatid opened 8 years ago

fanatid commented 8 years ago

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:


pros:

cons: