{"id":28766904,"url":"https://github.com/starkware-libs/starknet-perpetual","last_synced_at":"2026-01-31T12:33:54.638Z","repository":{"id":279621043,"uuid":"884765348","full_name":"starkware-libs/starknet-perpetual","owner":"starkware-libs","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-25T15:57:46.000Z","size":6770,"stargazers_count":8,"open_issues_count":24,"forks_count":6,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-01-26T03:34:18.003Z","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,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2024-11-07T10:54:50.000Z","updated_at":"2026-01-25T12:24:15.000Z","dependencies_parsed_at":"2025-02-26T14:43:48.636Z","dependency_job_id":"a28df5c8-8c3b-4488-a85f-745bb2ec0763","html_url":"https://github.com/starkware-libs/starknet-perpetual","commit_stats":null,"previous_names":["starkware-libs/starknet-perpetual"],"tags_count":552,"template":false,"template_full_name":null,"purl":"pkg:github/starkware-libs/starknet-perpetual","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarknet-perpetual","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarknet-perpetual/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarknet-perpetual/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarknet-perpetual/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starkware-libs","download_url":"https://codeload.github.com/starkware-libs/starknet-perpetual/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fstarknet-perpetual/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28943157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T12:10:04.904Z","status":"ssl_error","status_checked_at":"2026-01-31T12:09:58.894Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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.174Z","updated_at":"2026-01-31T12:33:54.633Z","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=\"Your logo\" src=\"assets/starknet-light.png\"\u003e\n\u003c/picture\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![License: Apache2.0](https://img.shields.io/badge/License-Apache2.0-green.svg)](LICENSE)\n\u003c/div\u003e\n\n# Starknet Perpetual \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- [Build and Test](#build-and-test)\n- [Implementation specification](#implementation-specification)\n- [Audit](#audit)\n- [Security](#security)\n\n## About\n\nThis repo holds the implementation of Starknet Perpetual Trading contracts.\n\n## Disclaimer\n\nPerpetual is a work in progress.\n\n## Dependencies\n\n- Cairo dependencies such as [Scarb](https://docs.swmansion.com/scarb/) and [Starknet foundry](https://foundry-rs.github.io/starknet-foundry/index.html) - install using [starkup](https://github.com/software-mansion/starkup).\n\n## Installation\n\nClone the repo and from within the projects root folder run:\n\n```bash\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.starkup.dev | sh\n```\n\n## Build and Test\n\nBuild the contracts from the repo root:\n\n```bash\nscarb build\n\n```\n\nTo run the tests, execute:\n\n```bash\nscarb test\n```\n\n## Implementation specification\n\nSpecs document found [here](docs/spec.md)\n\n## Audit\n\nFind the latest audit report in [docs/audit](docs/audit).\n\n## Security\n\nStarknet Perpetual follows good practices of security, but 100% security cannot be assured. Starknet Perpetual 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/starknet-perpetual/blob/main/docs/SECURITY.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fstarknet-perpetual","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarkware-libs%2Fstarknet-perpetual","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fstarknet-perpetual/lists"}