List Kakarot zkEVM as upcoming rollup

The Kakarot zkEVM project has been started in October 2022.

In December 2022, it reached 100% opcodes equivalences, and in January 2023 we completed 8/9 precompiles support.

The EVM itself is written in Cairo and currently deployed as a smart contract on Starknet (like Aurora on NEAR).

We are now working on the RPC nodes to enable the usual EVM tooling and wallets to work out of the box with Kakarot. If everything goes well, we should be able to open a testnet in the coming months.

Links:

thanks!

2 Likes

other links since the original post can only contain 2

1 Like

and latest deployment on Starknet testnet: Contract - Starkscan

is Kakarot technically an “L3”?

it’s a good question, and actually the response is not obvious and may depend on Starknet traction and performance as well.

I think that the fact that we currently live on top of Starknet is an implementation detail that the user may not be aware of (like how many Aurora users are aware of it being only smart contracts on Near). It does not necessarily mean that kakarot is an L3 because there is still a “direct” L1 to kakarot gateway (using under the hood the Starknet one). If I’m right, the level (2, 3) depends technically on where you commit your chain data. If kakarot is pure starknet contracts, then kakarot, as a part of Starknet, settles on L1.

Depending on the performance (throughput, finality, cost) of being on Starknet, and business opportunities, we may develop our own infra and commit either to starknet (which would make it an L3) or to L1 (which would keep it an L2).

Overall, in the current context of both Kakarot and zkEVM L2s, I think that Kakarot stands amongst other competitors as an alternative “EVM L2”, ie a place where you can deploy your solidity stack as usual, and which eventually settles on L1.

1 Like

Hi @clemlaflemme, is there any way to look at the details of the Kakaroot implementation ? The github link you sent has zero public repos. I cannot find any information about the gateway you mentioned. It would be interesting to see how Kakaroot is actually implemented.

Hey, we actually changed the name of the organisation and it seems like GH is not able to follow!

Anyway, we’re 100% open sources and it’s here KKRT Labs · GitHub

The main EVM repo is kakarot and the Kakarot contract is actually continuously deployed on testnet (see deployment action).

In terms of news, we paused a bit the RPC dev in the last months to support another project of the starknet ecosystem (madara) that would enable rollup-as-a-service (and consequently zkEVM as a service for us).

We are now back on the RPC and, :crossed_fingers:, in a month we should be able to open a testnet (right now it’s possible to play around and deploy solidity contracts, but with scripts only, see kakarot/scripts/utils/kakarot.py at main · kkrt-labs/kakarot · GitHub

1 Like