{"id":31923854,"url":"https://github.com/chainsafe/ssz","last_synced_at":"2026-04-21T13:05:25.857Z","repository":{"id":37397689,"uuid":"241967362","full_name":"ChainSafe/ssz","owner":"ChainSafe","description":"Typescript implementation of Simple Serialize (SSZ)","archived":false,"fork":false,"pushed_at":"2025-08-25T12:35:25.000Z","size":9992,"stargazers_count":59,"open_issues_count":38,"forks_count":22,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-10-09T20:19:03.684Z","etag":null,"topics":["eth2","merkle-tree","simple-serialize","ssz","typescript"],"latest_commit_sha":null,"homepage":"https://simpleserialize.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ChainSafe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"custom":"https://gitcoin.co/grants/4571/chainsafe-lodestar-typescript-eth-beacon-chain-li"}},"created_at":"2020-02-20T19:08:33.000Z","updated_at":"2025-10-04T14:07:12.000Z","dependencies_parsed_at":"2024-02-19T23:24:56.010Z","dependency_job_id":"b2ac7edc-3de6-466f-868a-58378e34d6bf","html_url":"https://github.com/ChainSafe/ssz","commit_stats":{"total_commits":823,"total_committers":28,"mean_commits":"29.392857142857142","dds":0.5552855407047388,"last_synced_commit":"46dee18f3cd21d1b6d594778a0dd1db8a984c812"},"previous_names":[],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/ChainSafe/ssz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fssz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fssz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fssz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fssz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChainSafe","download_url":"https://codeload.github.com/ChainSafe/ssz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChainSafe%2Fssz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007140,"owners_count":26084246,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["eth2","merkle-tree","simple-serialize","ssz","typescript"],"created_at":"2025-10-13T23:58:14.025Z","updated_at":"2026-04-01T17:51:03.318Z","avatar_url":"https://github.com/ChainSafe.png","language":"TypeScript","funding_links":["https://gitcoin.co/grants/4571/chainsafe-lodestar-typescript-eth-beacon-chain-li"],"categories":[],"sub_categories":[],"readme":"# @Chainsafe/ssz\n\n\u003e Typescript Simple Serialize (SSZ) libraries\n\n## Intro\n\nThis monorepo is part of [ChainSafe's Lodestar](https://lodestar.chainsafe.io) project.\nIt contains packages related to [Simple Serialize](https://github.com/ethereum/consensus-specs/blob/v1.6.1/ssz/simple-serialize.md).\n\n## Packages\n\n| Package | Version | License | Docs | Description |\n| ------- | ------- | ------- | ---- | ----------- |\n| [@chainsafe/as-sha256](https://github.com/ChainSafe/ssz/tree/master/packages/as-sha256) | [![npm](https://img.shields.io/npm/v/@chainsafe/as-sha256)](https://www.npmjs.com/package/@chainsafe/as-sha256) |  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | [![documentation](https://img.shields.io/badge/readme-blue)](https://github.com/ChainSafe/ssz/tree/master/packages/as-sha256) | SHA256 optimized for 64 byte input |\n| [@chainsafe/persistent-merkle-tree](https://github.com/ChainSafe/ssz/tree/master/packages/persistent-merkle-tree) | [![npm](https://img.shields.io/npm/v/@chainsafe/persistent-merkle-tree)](https://www.npmjs.com/package/@chainsafe/persistent-merkle-tree) |  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | [![documentation](https://img.shields.io/badge/readme-blue)](https://github.com/ChainSafe/ssz/tree/master/packages/persistent-merkle-tree) | Merkle tree using structural sharing |\n| [@chainsafe/persistent-ts](https://github.com/ChainSafe/ssz/tree/master/packages/persistent-ts) | [![npm](https://img.shields.io/npm/v/@chainsafe/persistent-ts)](https://www.npmjs.com/package/@chainsafe/persistent-ts) |  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | [![documentation](https://img.shields.io/badge/readme-blue)](https://github.com/ChainSafe/ssz/tree/master/packages/persistent-ts) | List using structural sharing |\n| [@chainsafe/ssz](https://github.com/ChainSafe/ssz/tree/master/packages/ssz) | [![npm](https://img.shields.io/npm/v/@chainsafe/ssz)](https://www.npmjs.com/package/@chainsafe/ssz) |  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) | [![documentation](https://img.shields.io/badge/readme-blue)](https://github.com/ChainSafe/ssz/tree/master/packages/ssz) | Simple serialize |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainsafe%2Fssz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchainsafe%2Fssz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchainsafe%2Fssz/lists"}