{"id":13773068,"url":"https://github.com/bitcoinjs/bs58check","last_synced_at":"2025-12-12T03:19:22.221Z","repository":{"id":18255154,"uuid":"21410646","full_name":"bitcoinjs/bs58check","owner":"bitcoinjs","description":"A straight forward implementation of base58check extending upon bs58. ","archived":false,"fork":false,"pushed_at":"2024-06-25T04:42:43.000Z","size":406,"stargazers_count":98,"open_issues_count":1,"forks_count":50,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-08T10:42:43.396Z","etag":null,"topics":["base58","base58-check","base58check","bitcoin","bitcoinjs","checksum","sha256"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitcoinjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-02T03:43:23.000Z","updated_at":"2025-04-02T17:55:05.000Z","dependencies_parsed_at":"2024-08-03T17:17:26.127Z","dependency_job_id":null,"html_url":"https://github.com/bitcoinjs/bs58check","commit_stats":{"total_commits":99,"total_committers":10,"mean_commits":9.9,"dds":"0.38383838383838387","last_synced_commit":"0ddbd3e0813c22a6aef85313916fdab71f479aa9"},"previous_names":["dcousens/bs58check"],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbs58check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbs58check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbs58check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitcoinjs%2Fbs58check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitcoinjs","download_url":"https://codeload.github.com/bitcoinjs/bs58check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065289,"owners_count":21041871,"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":["base58","base58-check","base58check","bitcoin","bitcoinjs","checksum","sha256"],"created_at":"2024-08-03T17:01:10.909Z","updated_at":"2025-12-12T03:19:17.192Z","avatar_url":"https://github.com/bitcoinjs.png","language":"JavaScript","funding_links":[],"categories":["List of content"],"sub_categories":["Utilities"],"readme":"# bs58check\n\n[![NPM Package](https://img.shields.io/npm/v/bs58check.svg?style=flat-square)](https://www.npmjs.org/package/bs58check)\n[![Build Status](https://img.shields.io/travis/bitcoinjs/bs58check.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/bitcoinjs/bs58check)\n[![Dependency status](https://img.shields.io/david/bitcoinjs/bs58check.svg?style=flat-square)](https://david-dm.org/bitcoinjs/bs58check#info=dependencies)\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nA straight forward implementation of base58check extending upon bs58.\n\n\n## Example\n\n```javascript\nimport bs58check from 'bs58check'\n\nvar decoded = bs58check.decode('5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr')\n\nconsole.log(decoded)\n// =\u003e \u003cBuffer 80 ed db dc 11 68 f1 da ea db d3 e4 4c 1e 3f 8f 5a 28 4c 20 29 f7 8a d2 6a f9 85 83 a4 99 de 5b 19\u003e\n\nconsole.log(bs58check.encode(decoded))\n// =\u003e 5Kd3NBUAdUnhyzenEwVLy9pBKxSwXvE9FMPyR4UKZvpe6E3AgLr\n```\n\n\n## LICENSE [MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinjs%2Fbs58check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitcoinjs%2Fbs58check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitcoinjs%2Fbs58check/lists"}