diff --git a/packages/website/pages/docs/guides/deploy-a-contract.mdx b/packages/website/pages/docs/guides/deploy-a-contract.mdx index bef4811de52..814b91d2d02 100644 --- a/packages/website/pages/docs/guides/deploy-a-contract.mdx +++ b/packages/website/pages/docs/guides/deploy-a-contract.mdx @@ -16,7 +16,22 @@ This guide will help you deploy a smart contract to Taiko. ## Steps - + + + **1. Visit the Remix website** + Visit [remix.ethereum.org](https://remix.ethereum.org). + + **2. Select a smart contract** + ![select a smart contract](/images/guides/deploy-remix/select.png) + + **3. Compile your smart contract** + ![compile your smart contract](/images/guides/deploy-remix/compile.png) + + + **4. Deploy your smart contract** + ![deploy your smart contract](/images/guides/deploy-remix/deploy.png) + + **1. Install Foundry** @@ -89,21 +104,6 @@ This guide will help you deploy a smart contract to Taiko. Paste the address from the output into the Taiko block explorer and verify that the contract was deployed. - - **1. Visit Remix and connect your wallet to Taiko** - Visit [remix.ethereum.org](https://remix.ethereum.org) and connect your wallet to Taiko. - - **2. Select a smart contract** - ![select a smart contract](/images/guides/deploy-remix/select.png) - - **3. Compile your smart contract** - ![compile your smart contract](/images/guides/deploy-remix/compile.png) - - - **4. Deploy your smart contract** - ![deploy your smart contract](/images/guides/deploy-remix/deploy.png) - - **1. Deploy your smart contract using deploy**