Skip to content

Commit

Permalink
fix: improve remix plugin design
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Apr 15, 2024
1 parent 213f006 commit 82bc64a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions content/_partials/enable-remix-zksync-plugin.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
---
title: Enable zkSync plugin in Remix
---
## Enable the Remix zkSync plugin
### Enable the Remix zkSync plugin

To deploy smart contracts to zkSync via Remix we need to enable the zkSync plugin. Click on the “Plugin Manager” button in the left bottom corner, search “zksync” and click on the Activate button.
To deploy smart contracts to zkSync via Remix we need to enable the zkSync plugin.

1. Open :external-link{text="the Remix website" href="https://remix.ethereum.org/"}
2. Click on the **“🔌 Plugin Manager”** button in the bottom-left corner
3. Search “zksync” and click on the **"Activate"** button.

![Enable zkSync plugin in Remix](/images/enable-remix-plugin.gif)

Once activated, you’ll see a new menu item with the zkSync logo, click on it to see the different options to compile and deploy the contract to zkSync.
Once activated, you’ll see a new menu item with the zkSync logo. Click on it to see the different options to compile and deploy the contract to zkSync.

<UDivider />

0 comments on commit 82bc64a

Please sign in to comment.