{"id":13773083,"url":"https://github.com/cryptocoinjs/coininfo","last_synced_at":"2025-04-12T19:47:26.098Z","repository":{"id":14885022,"uuid":"17608660","full_name":"cryptocoinjs/coininfo","owner":"cryptocoinjs","description":"JavaScript component for crypto currency specific information.","archived":false,"fork":false,"pushed_at":"2024-05-10T11:59:09.000Z","size":151,"stargazers_count":115,"open_issues_count":17,"forks_count":114,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-05-22T06:44:18.364Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cryptocoinjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-03-10T21:11:17.000Z","updated_at":"2024-06-18T12:41:58.172Z","dependencies_parsed_at":"2024-06-18T12:41:56.778Z","dependency_job_id":"4379b317-3c69-443f-9ecf-2a1e82c12964","html_url":"https://github.com/cryptocoinjs/coininfo","commit_stats":{"total_commits":166,"total_committers":39,"mean_commits":4.256410256410256,"dds":0.5602409638554218,"last_synced_commit":"e744f1caf1529e7feccd98aac889214dc2bd2cc7"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fcoininfo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fcoininfo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fcoininfo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptocoinjs%2Fcoininfo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptocoinjs","download_url":"https://codeload.github.com/cryptocoinjs/coininfo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625497,"owners_count":21135513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T17:01:11.133Z","updated_at":"2025-04-12T19:47:26.077Z","avatar_url":"https://github.com/cryptocoinjs.png","language":"JavaScript","readme":"coininfo\n========\n\n[![build status](https://api.travis-ci.org/cryptocoinjs/coininfo.svg)](http://travis-ci.org/cryptocoinjs/coininfo)\n\nJavaScript component for crypto currency specific information such as version numbers, DNS seeds, etc.\nWorks in Node.js and the browser.\n\n\nInstallation\n------------\n\n    npm i coininfo\n\n\nUsage\n-----\n\n```js\nvar coininfo = require('coininfo')\n\nconsole.dir(coininfo('LTC')) //use LTC-TEST for testnet\n// =\u003e\n/*\n{ versions:\n   { public: 48,\n     private: 176,\n     scripthash: 5,\n     bip32: { public: 27108450, private: 27106558 } } }\n*/\n```\n\nCould also:\n\n```js\nvar litecoin = coininfo.litecoin.main\nvar litecoinTest = coininfo.litecoin.test\n```\n\nUseful to use in conjunction with [coinkey](https://github.com/cryptocoinjs/coinkey) and [coinstring](https://github.com/cryptocoinjs/coinstring).\n\n\nWant to Use With Bitcore or bitcoinjs-lib?\n-----------------------------------------\n\n**bitcoinjs-lib example:**\n\n```js\nvar coininfo = require('coininfo')\nvar bitcoin = coininfo.bitcoin.main\nvar bitcoinBitcoinJSLib = bitcoin.toBitcoinJS()\n```\n\n**Bitcore example:**\n\n```js\nvar coininfo = require('coininfo')\nvar bitcoin = coininfo.bitcoin.main\nvar bitcoinBitcoreLib = bitcoin.toBitcore()\n```\n\n\nPull requests?\n--------------\n\nFollow the canonical example:\n\nhttps://github.com/cryptocoinjs/coininfo/blob/master/lib/coins/btc.js\n\n\nLicense\n-------\n\nMIT\n","funding_links":[],"categories":["List of content"],"sub_categories":["Utilities"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fcoininfo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptocoinjs%2Fcoininfo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptocoinjs%2Fcoininfo/lists"}