You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2024. It is now read-only.
Blockifier is a Rust implementation of the component in the Starknet sequencer that executes transactions, and is in charge of creating state diffs and blocks.
Roadmap
The Blockifier is a step towards a decentralized sequencer client for Starknet, allowing anyone to run one.
We'll add more milestones to this table once we finish the first one, where we blockify transactions sequentially, including all existing functionality.
name
status
Add the ability to execute a block and output a state diff.
✅
Integrate with the existing Starknet Sequencer by replacing its current transaction-blockifying component, which is written in Python.
⏳
Implement optimistic concurrency of transaction execution.
Extend the Blockifier into a full Starknet sequencer, written in Rust, replacing the one currently in use.
Support
Reach out to the maintainer at one of the following places:
Blockifier follows good security practices, but 100% security cannot be assured.
Blockifier is provided "as is" without any warranty. Use at your own risk.
For more information and to report security issues, please refer to our security documentation.
License
This project is licensed under the Apache 2.0 license.