xJonathanLEI / oriac

A toy Cairo VM implementation in Rust™

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oriac

A toy Cairo VM implementation in Rust

This is a toy implementation of the Cairo VM I'm building for learning purposes. There's no guarantee on when or if it will reach functional parity with the real thing. You should NOT use this in production.

CLI Tools

This project contains the following command line tools:

  • oriac-run: (very early WIP) a drop-in replacement for cairo-run

Contributions

First of all, big thanks to everyone offering help on this project!

One of the reasons I'm building this project is to learn every single detail of how Cairo works under the hood, and accepting feature contributions means missing out learning opportunities (I can still learn by reading PRs, but that's not as good as writing it myself), so unfortunately contributions for new features are not accepted at the moment. Bug fixes, however, are more than welcomed :)

Once the project reaches reasonable maturity, as measured by the set of Cairo programs it's able to run, this restriction will be removed.

License

Licensed under either of

at your option.

About

A toy Cairo VM implementation in Rust™

License:Apache License 2.0


Languages

Language:Rust 99.2%Language:Shell 0.6%Language:Cairo 0.2%