kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
20 stars 13 forks source link

feat: handle input arguments and return value of Cairo programs #99

Open zmalatrax opened 4 months ago

zmalatrax commented 4 months ago

Cairo functions (even main) can have input arguments and a return value. Add required logic to parse them, assert them to the memory and validate the types(?).

renzobanegass commented 3 months ago

Hi, is this open for contribution? I'm interested in taking the issue.

onlydustapp[bot] commented 3 months ago

Hey @renzobanegass! Thanks for showing interest. We've created an application for you to contribute to Kakarot zkEVM. Go check it out on OnlyDust!

zmalatrax commented 3 months ago

Hi sorry, this issue is not open.

But there are hints to be implemented, your contribution would gladly be appreciated :)