Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Archival Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Fontana authored and Pedro Fontana committed Jul 22, 2024
1 parent 99c7b3b commit 924f45a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Starknet transaction execution library in Rust, featuring [⚡cairo-vm⚡](https

## Table of Contents
- [Table of Contents](#table-of-contents)
- [⚠️ Disclaimer](#️-disclaimer)
- [📦 Archival Notice](#️-archival-notice)
- [📖 About](#-about)
- [🌅 Getting Started](#-getting-started)
- [Dependencies](#dependencies)
Expand All @@ -38,9 +38,15 @@ Starknet transaction execution library in Rust, featuring [⚡cairo-vm⚡](https
- [Starknet](#starknet)
- [⚖️ License](#️-license)

## ⚠️ Disclaimer

🚧 This project is a work-in-progress and is not ready for production yet. Use at your own risk. 🚧
## 📦 Archival Notice

**Starknet in Rust is now archived.**

We have decided to archive this repository. Starknet in Rust supports Starknet up to version 0.13.0. Maintaining and updating this project requires substantial effort, and with Blockifier already in production and consistently updated, we will no longer add support for newer Starknet versions. We prefer to focus our efforts on other Starknet projects that can provide greater value to the community. See: [Related Projects](#-related-projects)

If you were using Starknet in Rust, we recommend transitioning to [Blockifier](https://github.com/starkware-libs/blockifier).


## 📖 About

Expand Down Expand Up @@ -252,6 +258,7 @@ And don't forget to give the project a star! ⭐ Thank you again for your suppor
## 🌞 Related Projects

- [cairo-vm](https://github.com/lambdaclass/cairo-vm): A fast implementation of the Cairo VM in Rust.
- [cairo-native](https://github.com/lambdaclass/cairo_native): A compiler to convert Cairo's intermediate representation "Sierra" code to machine code via MLIR and LLVM.
- [cairo-vm-py](https://github.com/lambdaclass/cairo-vm-py): Bindings for using cairo-vm from Python code.

## 📚 Documentation
Expand Down

0 comments on commit 924f45a

Please sign in to comment.