Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Milestones

List view

  • As a first milestone, we want to be able to deploy kakarot (https://github.com/kkrt-labs/kakarot). This essentially entails being able to deploy its contracts through the RPC calls. For this we need: - Transaction RPCs (invokes, deployments and declares) - Execution of transactions (via Starknet in Rust which implements Cairo Native) - A basic mempool and store. The mempool is where transactions go to when they first arrive through the RPC endpoint if they are valid, and the store should be a simple KV store that we can use to save block data.

    No due date
    0/8 issues closed