{"id":18359606,"url":"https://github.com/starkware-libs/blockifier","last_synced_at":"2025-08-03T11:32:17.926Z","repository":{"id":65432646,"uuid":"561305438","full_name":"starkware-libs/blockifier","owner":"starkware-libs","description":"Blockifier is a Rust implementation for the transaction-executing component in the StarkNet sequencer, in charge of creating state diffs and blocks.","archived":false,"fork":false,"pushed_at":"2024-06-20T13:51:12.000Z","size":15464,"stargazers_count":166,"open_issues_count":101,"forks_count":98,"subscribers_count":11,"default_branch":"main","last_synced_at":"2024-06-20T19:23:07.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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":null,"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}},"created_at":"2022-11-03T12:08:18.000Z","updated_at":"2024-06-22T05:48:35.724Z","dependencies_parsed_at":"2024-03-09T19:29:15.479Z","dependency_job_id":"c15646ba-90a7-4e8c-86c4-707bcb5cd2bf","html_url":"https://github.com/starkware-libs/blockifier","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fblockifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fblockifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fblockifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/starkware-libs%2Fblockifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/starkware-libs","download_url":"https://codeload.github.com/starkware-libs/blockifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228540832,"owners_count":17934030,"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":[],"created_at":"2024-11-05T22:23:43.821Z","updated_at":"2024-12-07T00:05:19.686Z","avatar_url":"https://github.com/starkware-libs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003eBlockifier\u003c/h1\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/starkware-libs/blockifier/issues/new?assignees=\u0026labels=bug\u0026template=01_BUG_REPORT.md\u0026title=bug%3A+\"\u003eReport a Bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/starkware-libs/blockifier/issues/new?assignees=\u0026labels=enhancement\u0026template=02_FEATURE_REQUEST.md\u0026title=feat%3A+\"\u003eRequest a Feature\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/starkware-libs/blockifier/discussions/new?category=q-a\"\u003eAsk a Question\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cbr /\u003e\n\n[![GitHub Workflow Status](https://github.com/starkware-libs/blockifier/actions/workflows/post-merge.yml/badge.svg)](https://github.com/starkware-libs/blockifier/actions/workflows/post-merge.yml)\n[![codecov](https://codecov.io/gh/starkware-libs/blockifier/branch/main/graph/badge.svg?token=Z5MXY45MR5)](https://codecov.io/gh/starkware-libs/blockifier)\n\n\u003c/div\u003e\n\n## Archived\n*** This repository is archived and no longer maintained. ***\n\nThe functionality of this repository has been integrated into the [Starknet sequencer monorepo](https://github.com/starkware-libs/sequencer).\n\n\u003cdetails open=\"open\"\u003e\n\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n- [About](#about)\n- [Roadmap](#roadmap)\n- [Support](#support)\n- [Security](#security)\n- [License](#license)\n\n\u003c/details\u003e\n\n---\n\n## About\n\nBlockifier is a Rust implementation of the component in the Starknet sequencer that executes transactions, and is in charge of creating state diffs and blocks.\n\n## Roadmap\n\nThe Blockifier is a step towards a decentralized sequencer client for Starknet, allowing anyone to run one.\nWe'll add more milestones to this table once we finish the first one, where we blockify transactions sequentially, including all existing functionality.\n\n| name                                                                                                                                   | status |\n| -------------------------------------------------------------------------------------------------------------------------------------- | :----: |\n| Add the ability to execute a block and output a state diff.                                                                            |   ✅   |\n| Integrate with the existing Starknet Sequencer by replacing its current transaction-blockifying component, which is written in Python. |   ⏳   |\n| Implement optimistic concurrency of transaction execution.                                                                             |        |\n| Extend the Blockifier into a full Starknet sequencer, written in Rust, replacing the one currently in use.                             |        |\n\n## Support\n\nReach out to the maintainer at one of the following places:\n\n- [GitHub Discussions](https://github.com/starkware-libs/blockifier/discussions)\n- Contact options listed on [this GitHub profile](https://github.com/starkware-libs)\n\n## Security\n\nBlockifier follows good security practices, but 100% security cannot be assured.\nBlockifier is provided **\"as is\"** without any **warranty**. Use at your own risk.\n\n_For more information and to report security issues, please refer to our [security documentation](docs/SECURITY.md)._\n\n## License\n\nThis project is licensed under the **Apache 2.0 license**.\n\nSee [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fblockifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarkware-libs%2Fblockifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarkware-libs%2Fblockifier/lists"}