TLDR;
Let’s learn how to deploy a contract on starknet!
We will be using the Remix Ethereum editor and follow a step-by-step guide throughout the process.
Let’s begin our journey!How to deploy a contract on starknet 🚀
Step 1️⃣: Open https://remix.ethereum.org/ and click on the plugin manager. Search for "starknet" and activate it.

Step 2️⃣: Click on the file explorer and select the "cairo_scrab_sample" folder.

Step 3️⃣: Select the cairo contract located in the "src" directory.

Step 4️⃣: Click on "Compile" to compile the contract.

Step 5️⃣: Choose your preferred wallet provider for connecting to starknet.


Step 6️⃣: Click on "Deploy Contract".

Step 7️⃣: Confirm the transaction in your wallet.

Step 8️⃣: Voila! Your contract is deployed on starknet.
That's it! You have successfully deployed a contract on starknet. 🎉
Thanks for your support!I'll keep bringing more tutorials on starknet!
Starknet is a Validity Rollup Layer 2. It provides high throughput, low gas costs, and retains Ethereum Layer 1 levels of security.
