Zig projects for Starknet Infrastructure #10
AbdelStark
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Zig projects for Starknet Infrastructure
We are exploring using Zig to increase diversity and resilience of Starknet ecosystem. A first experimentation is ongoing with the implementation of the Cairo VM in Zig.
This discussion is about sharing ideas to extend Zig usage in Starknet ecosystem, especially on the infrastructure.
Potential projects
Cairo VM in Zig
Implement a Cairo VM in Zig. Project started with a WIP implementation.
This project would be about taking ownership of the Cairo VM in Zig and contribute to it on meaningful tracks, to help pushing it to production ready state.
Resources:
Starknet SDK in Zig
Build an SDK to interact with Starknet. The SDK would have for instance those features:
Resources:
Starknet Light Client using storage proofs in Zig
Build a Starknet light client in Zig, leveraging storage proofs to reduce trust assumptions over untrusted RPC nodes.
Resources:
Starknet Full Node in Zig
Build a Starknet Full Node client in Zig.
Resources:
Starknet sequencer in Zig
Build a Starknet sequencer in Zig.
Resources:
Beta Was this translation helpful? Give feedback.
All reactions