{"id":50992720,"url":"https://github.com/hazae41/abi","last_synced_at":"2026-06-20T05:03:24.917Z","repository":{"id":363734873,"uuid":"1264688423","full_name":"hazae41/abi","owner":"hazae41","description":"ABI encoding for the web","archived":false,"fork":false,"pushed_at":"2026-06-10T05:17:49.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T07:15:08.453Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/hazae41.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["hazae41"],"patreon":"hazae41"}},"created_at":"2026-06-10T05:15:53.000Z","updated_at":"2026-06-10T07:13:01.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hazae41/abi","commit_stats":null,"previous_names":["hazae41/abi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hazae41/abi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fabi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fabi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fabi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fabi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hazae41","download_url":"https://codeload.github.com/hazae41/abi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hazae41%2Fabi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34557553,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-20T05:03:24.105Z","updated_at":"2026-06-20T05:03:24.912Z","avatar_url":"https://github.com/hazae41.png","language":"TypeScript","funding_links":["https://github.com/sponsors/hazae41","https://patreon.com/hazae41"],"categories":["TypeScript"],"sub_categories":[],"readme":"# ABI\n\nABI encoding for the web\n\n```bash\nnpm install @hazae41/abi\n```\n\n[**📦 NPM**](https://www.npmjs.com/package/@hazae41/abi)\n\n## Features\n\n### Current features\n- 100% TypeScript and ESM\n- No external dependencies\n- Rust-like patterns\n\n## Usage\n\n### Decoding\n\n```tsx\nconst [string, bigint] = abi.decode([AbiString, AbiUint8], Uint8Array.fromHex(...)))\n```\n\n### Encoding\n\n```tsx\nconst hex = abi.encode([AbiString, AbiUint8], [\"hello world\", 1n]).toHex()\n```\n\n```tsx\nconst hex = abi.encodePacked([AbiString, AbiUint8], [\"hello world\", 1n]).toHex()\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fabi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhazae41%2Fabi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhazae41%2Fabi/lists"}