Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Add a warning about cairo 1 incompleteness at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
piwonskp committed Jun 28, 2023
1 parent dfa130b commit 5f57246
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 5f57246

Please sign in to comment.