Prerequisites

Step 1: Open Remix

Navigate to remix.ethereum.org.

Step 2: Write or Import Your Contract

Create a new file in the File Explorer panel or import an existing contract.

Step 3: Compile

  1. Go to the Solidity Compiler tab
  2. Select the appropriate compiler version
  3. Click Compile

Step 4: Deploy

  1. Go to the Deploy & Run Transactions tab
  2. In the Environment dropdown, select Injected Provider - MetaMask
  3. MetaMask will prompt you to connect — ensure you’re on the c8ntinuum network (Chain ID 2184)
  4. Select your contract and click Deploy
  5. Confirm the transaction in MetaMask

Step 5: Interact

Once deployed, the contract appears in the Deployed Contracts section. You can call functions directly from the Remix interface.