{"id":28766905,"url":"https://github.com/starkware-libs/starkware-starknet-utils","last_synced_at":"2026-02-10T15:31:54.160Z","repository":{"id":278214206,"uuid":"934712991","full_name":"starkware-libs/starkware-starknet-utils","owner":"starkware-libs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-03T11:36:19.000Z","size":1626,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-03T12:18:41.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Cairo","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/starkware-libs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-18T09:35:50.000Z","updated_at":"2025-08-03T11:36:21.000Z","dependencies_parsed_at":"2025-03-23T20:25:18.582Z","dependency_job_id":"9feac5fa-b4e2-4129-8d0f-669f62166f0f","html_url":"https://github.com/starkware-libs/starkware-starknet-utils","commit_stats":null,"previous_names":["starkware-libs/starkware-starknet-utils"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/starkware-libs/starkware-starknet-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarkware-starknet-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarkware-starknet-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarkware-starknet-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarkware-starknet-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starkware-libs","download_url":"https://codeload.github.com/starkware-libs/starkware-starknet-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarkware-starknet-utils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268820886,"owners_count":24312510,"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-08-05T02:00:12.334Z","response_time":2576,"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":"2025-06-17T12:06:57.337Z","updated_at":"2026-02-10T15:31:54.125Z","avatar_url":"https://github.com/starkware-libs.png","language":"Cairo","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003cdiv align=\"center\"\u003e\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"assets/starknet-dark.png\"\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"assets/starknet-light.png\"\u003e\n  \u003cimg alt=\"Starknet\" src=\"assets/starknet-light.png\"\u003e\n\u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n[![License: Apache2.0](https://img.shields.io/badge/License-Apache2.0-green.svg)](LICENSE)\n\u003c/div\u003e\n\n# StarkWare Utils \u003c!-- omit from toc --\u003e\n\n## Table of contents \u003c!-- omit from toc --\u003e\n\n \u003c!-- omit from toc --\u003e\n- [About](#about)\n- [Disclaimer](#disclaimer)\n- [Dependencies](#dependencies)\n- [Installation](#installation)\n- [Getting help](#getting-help)\n- [Audit](#audit)\n- [Security](#security)\n\n## About\n\nThis repo holds the implementation of the Starknet apps common library (starkware_utils).\n\n## Disclaimer\n\nThis is a work in progress.\n\n## Dependencies\n\nThe project is built with [Scarb](https://docs.swmansion.com/scarb/) and [Starknet foundry](https://foundry-rs.github.io/starknet-foundry/index.html).\n\n## Installation\n\nTo use this package in your project, add the following to your `Scarb.toml` file:\n\n```toml\n[dependencies]\nstarkware_utils = { git = \"https://github.com/starkware-libs/starkware-starknet-utils\" version = SOME_VERSION }\n...other dependencies...\n```\n\n## Getting help\n\nReach out to the maintainer at any of the following:\n\n- [GitHub Discussions](https://github.com/starkware-libs/starkware-starknet-utils/discussions)\n- Contact options listed on this [GitHub profile](https://github.com/starkware-libs)\n\n## Audit\n\nFind the latest audit report in [docs/audit](docs/audit).\n\n## Security\n\nStarkWare Utils follows good practices of security, but 100% security cannot be assured. StarkWare Utils is provided \"as is\" without any warranty. Use at your own risk.\n\nFor more information and to report security issues, please refer to our [security documentation](https://github.com/starkware-libs/starkware-starknet-utils/blob/main/docs/SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fstarkware-starknet-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarkware-libs%2Fstarkware-starknet-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fstarkware-starknet-utils/lists"}