Skip to content

Commit

Permalink
fix: remix partials wording
Browse files Browse the repository at this point in the history
  • Loading branch information
uF4No committed Apr 15, 2024
1 parent 82bc64a commit be1878d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The Remix IDE is an open-source web and desktop application that supports Ethere

:display-partial{path="/_partials/enable-remix-zksync-plugin"}

Click the button below to open the project in Remix.
Click the button below to open the project in Remix and see the contract in the Remix code editor.

<UButton
icon="i-heroicons-code-bracket"
Expand All @@ -56,8 +56,6 @@ Click the button below to open the project in Remix.
target="_blank"
>Open smart contract in Remix</UButton>

You can see the contract in the Remix code editor.

To compile the contract, click on Compile TestToken.sol. If you get a popup message requesting permissions to access **`ACCESS TO "WRITEFILE" OF "FILE MANAGER"`,** click on Accept.

::callout{icon="i-heroicons-light-bulb"}
Expand Down
4 changes: 1 addition & 3 deletions content/00.zksync-101/_quickstart/_remix_deploy_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The Remix IDE is an open-source web and desktop application that supports Ethere

:display_partial{path="/_partials/enable-remix-zksync-plugin"}

Click the button below to open the project in Remix.
Click the button below to open the project in Remix and see the contract in the Remix code editor.

<UButton
icon="i-heroicons-code-bracket"
Expand All @@ -19,8 +19,6 @@ Click the button below to open the project in Remix.
target="_blank"
>Open smart contract in Remix</UButton>

You can see the contract in the Remix code editor.

To compile the contract, click on Compile ZeeksSecretMessages.sol. If you get a popup message requesting permissions to access **`ACCESS TO "WRITEFILE" OF "FILE MANAGER"`,** click on Accept.

::callout{icon="i-heroicons-light-bulb"}
Expand Down
2 changes: 1 addition & 1 deletion content/_partials/enable-remix-zksync-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ To deploy smart contracts to zkSync via Remix we need to enable the zkSync plugi

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 />
<hr />

0 comments on commit be1878d

Please sign in to comment.