Skip to content

Commit

Permalink
fix: moved repos to community org (#79)
Browse files Browse the repository at this point in the history
# What 💻 
* Moved tutorial repos from personal account to community org

# Why ✋
* DEVRL-619

# Evidence 📷
Include screenshots, screen recordings, or `console` output here
demonstrating that your changes work as intended

<!-- All sections below are optional. You can uncomment any section
applicable to your Pull Request. -->

<!-- # Notes 📝
* Any notes/thoughts that the reviewers should know prior to reviewing
the code? -->
  • Loading branch information
uF4No authored May 20, 2024
1 parent 9a0c0c8 commit f367a05
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Atlas is a browser-based IDE with an integrated AI assistant that allows you to
directly from your browser. Click the button below to open the project in Atlas.

:u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false"
to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/contracts/ZeekSecretMessages.sol&chainId=%%zk_testnet_chain_id%%"
to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/contracts/ZeekSecretMessages.sol&chainId=%%zk_testnet_chain_id%%"
target="_blank" label="Open smart contract in Atlas"}

### Compile and deploy the contract
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ compatible protocols.
Click the button below to open the project in Remix and see the contract in the Remix code editor.

:u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false"
to="https://remix.ethereum.org/#url=https://github.com/uF4No/zksync-101-remix/blob/master/contracts/ZeekSecretMessages.sol"
to="https://remix.ethereum.org/#url=https://github.com/zkSync-Community-Hub/zksync-quickstart-remix/blob/master/contracts/ZeekSecretMessages.sol"
target="_blank" label="Open smart contract in Remix"}

### Connect your wallet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Atlas is a browser-based IDE with an integrated AI assistant that allows you to
directly from your browser. Click the button below to open the project in Atlas.

:u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false"
to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/contracts/TestToken.sol&chainId=%%zk_testnet_chain_id%%"
to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/contracts/TestToken.sol&chainId=%%zk_testnet_chain_id%%"
target="_blank" label="Open smart contract in Atlas"}

You can see the contract in the Atlas code editor. In the right sidebar,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ compatible protocols.
:display-partial{path="/_partials/_enable-remix-zksync-plugin"}

To open this project in Remix, use the “Clone” option from the file explorer to import it from the following GitHub
repository:`https://github.com/uF4No/zksync-101-remix`
repository:`https://github.com/zkSync-Community-Hub/zksync-quickstart-remix`

![Clone repo in Remix](/images/remix-plugin-clone-repo.gif)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Paymaster with Atlas
Click the following button to open the project in Atlas:

:u-button{ icon="i-heroicons-code-bracket" size="xl" color="primary" variant="solid" :trailing="false"
to="https://app.atlaszk.com/projects?template=https://github.com/uF4No/zksync-101-atlas&open=/scripts/paymaster-transaction.ts&chainId=%%zk_testnet_chain_id%%"
to="https://app.atlaszk.com/projects?template=https://github.com/zkSync-Community-Hub/zksync-quickstart-atlas&open=/scripts/paymaster-transaction.ts&chainId=%%zk_testnet_chain_id%%"
target="_blank" label="Open script in Atlas"}

It’ll open the script to send a transaction via the paymaster. Let’s go through the most important parts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Remix does not support `zksync-ethers` yet so you can not use it to run this scr
::

To open the project in Remix, use the “Clone” option from the file explorer to import it from the following GitHub
repository:`https://github.com/uF4No/zksync-101-remix`
repository:`https://github.com/zkSync-Community-Hub/zksync-quickstart-remix`

![Clone repo in Remix](/images/remix-plugin-clone-repo.gif)

Expand Down

0 comments on commit f367a05

Please sign in to comment.