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.activate starknet pluginStep 2️⃣: Click on the file explorer and select the "cairo_scrab_sample" folder.choose spaceStep 3️⃣: Select the cairo contract located in ...