{"id":20750643,"url":"https://github.com/web3pack/base58-check","last_synced_at":"2026-04-13T17:02:15.158Z","repository":{"id":38303205,"uuid":"484340302","full_name":"Web3Pack/base58-check","owner":"Web3Pack","description":"A modern base58-check encoding library implemented in TypeScript with minimal dependencies for use in browser and Node.js.","archived":false,"fork":false,"pushed_at":"2023-01-31T14:05:10.000Z","size":424,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T05:43:54.714Z","etag":null,"topics":["base58","base58-check","base58check","bitcoin","checksum","crypto","cryptography","decode","decoding","encode","encoding","javascript","nodejs","typescript","web3"],"latest_commit_sha":null,"homepage":"","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/Web3Pack.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}},"created_at":"2022-04-22T07:36:28.000Z","updated_at":"2023-12-13T13:10:55.000Z","dependencies_parsed_at":"2023-02-08T06:30:40.741Z","dependency_job_id":null,"html_url":"https://github.com/Web3Pack/base58-check","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Web3Pack/base58-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Pack%2Fbase58-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Pack%2Fbase58-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Pack%2Fbase58-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Pack%2Fbase58-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web3Pack","download_url":"https://codeload.github.com/Web3Pack/base58-check/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Pack%2Fbase58-check/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453741,"owners_count":23011575,"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","checksum","crypto","cryptography","decode","decoding","encode","encoding","javascript","nodejs","typescript","web3"],"created_at":"2024-11-17T08:28:12.504Z","updated_at":"2026-04-13T17:02:15.152Z","avatar_url":"https://github.com/Web3Pack.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CodeQL](https://github.com/Web3Pack/base58-check/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/Web3Pack/base58-check/actions/workflows/codeql-analysis.yml)\n[![Node.js Package](https://github.com/Web3Pack/base58-check/actions/workflows/npm-publish.yml/badge.svg)](https://github.com/Web3Pack/base58-check/actions/workflows/npm-publish.yml)\n\n# Base58-check encoding library\n\nA modern base58-check encoding library implemented in TypeScript with minimal dependencies for use in browser and Node.js.\n\n## Example\n\n```ts\nimport { encode, decode } from '@web3pack/base58-check';\n\nconst message = Buffer.from('hello world');\n\nconst encodedText = encode(message);\n// =\u003e '3vQB7B6MrGQZaxCuFg4oh'\n\nconst decodedText = decode(encodedText).toString();\n// =\u003e 'hello world'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3pack%2Fbase58-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3pack%2Fbase58-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3pack%2Fbase58-check/lists"}