Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjonathanlei/oriac
A toy Cairo VM implementation in Rust™
https://github.com/xjonathanlei/oriac
cairo ethereum rust starknet
Last synced: 1 day ago
JSON representation
A toy Cairo VM implementation in Rust™
- Host: GitHub
- URL: https://github.com/xjonathanlei/oriac
- Owner: xJonathanLEI
- License: apache-2.0
- Created: 2022-01-30T03:49:05.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T17:15:05.000Z (over 2 years ago)
- Last Synced: 2024-11-09T00:34:40.776Z (8 days ago)
- Topics: cairo, ethereum, rust, starknet
- Language: Rust
- Homepage:
- Size: 203 KB
- Stars: 71
- Watchers: 9
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
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
- Apache License, Version 2.0 ([LICENSE-APACHE](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](./LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.