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
dionysuzx authored and KorbinianK committed Sep 28, 2023
1 parent 98cb5f0 commit ac15993
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion 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

0 comments on commit ac15993

Please sign in to comment.