From 5f572462b2450b940872f7e825d0c79c0330c931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Piwo=C5=84ski?= Date: Wed, 28 Jun 2023 21:06:44 +0200 Subject: [PATCH] Add a warning about cairo 1 incompleteness at the top --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3c8418e43..0a78a7438 100644 --- a/readme.md +++ b/readme.md @@ -5,6 +5,8 @@ Warp brings Solidity to Starknet, making it possible to transpile Ethereum smart contracts to Starknet Cairo Contracts. +:warning: **Note**: Cairo 1 is not fully supported yet. For more details see [supported features](https://github.com/NethermindEth/warp#supported-features). + :warning: **Note**: Cairo 0 implementation of warp can be found at this [tag](https://github.com/NethermindEth/warp/tree/cairo-0). ## Quickstart @@ -13,7 +15,7 @@ smart contracts to Starknet Cairo Contracts. > Executing Warp using Docker works only for x86 architecture. If you're using ARM architecture (such as Apple's M1) you can find warp installation instructions [here](https://nethermindeth.github.io/warp/docs/getting_started/a-usage-and-installation). > **Note:** -> The method refers to warp for cairo 0. If you are looking for cairo 1 warp see [installing from source](https://nethermindeth.github.io/warp/docs/contribution_guidelines/a-installing-from-source).You might be also interested in [supported features in cairo 1 warp](https://github.com/NethermindEth/warp/tree/cairo-1.0#supported-features). +> The method refers to warp for cairo 0. If you are looking for cairo 1 warp see [installing from source](https://nethermindeth.github.io/warp/docs/contribution_guidelines/a-installing-from-source). You might be also interested in [supported features in cairo 1 warp](https://github.com/NethermindEth/warp/tree/cairo-1.0#supported-features). The easiest way to start with warp is using docker. To do that navigate to the directory where you store your contracts and run command: