Skip to content

Commit

Permalink
docs(website): use remix by default (#14836)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us authored and KorbinianK committed Oct 2, 2023
1 parent 5942326 commit c00a216
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions packages/website/pages/docs/guides/deploy-a-contract.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,22 @@ This guide will help you deploy a smart contract to Taiko.

## Steps

<Tabs items={["Foundry", "Hardhat", "Remix", "thirdweb"]} defaultIndex="0">
<Tabs items={["Remix", "Foundry", "Hardhat", "thirdweb"]} defaultIndex="0">
<Tab>
**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)

</Tab>
<Tab>
**1. Install Foundry**

Expand Down Expand Up @@ -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.
</Tab>
<Tab>
**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)
</Tab>
<Tab>
**1. Deploy your smart contract using deploy**
Expand Down

0 comments on commit c00a216

Please sign in to comment.