Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions academy/try-remix/tutorial-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Now that you understand more about what ERC-20 tokens are, and how Remix is stru

- A Web3 Wallet (e.g OKX wallet or a WalletConnect-compatible wallet)

- Testnet Ethereum ( You can request some at the [Ethereum Sepolia Facuet](https://www.alchemy.com/faucets/ethereum-sepolia))
- Testnet Ethereum ( You can request some at the [Ethereum Sepolia Faucet](https://www.alchemy.com/faucets/ethereum-sepolia))

- A Web Browser (e.g., Google Chrome)

Expand All @@ -19,7 +19,7 @@ Download a Web3 wallet. You can download OKX’s wallet from [here](https://chro

## Step 2

Once your wallet is set up, you will have to acquire some test ETH from the Ethereum Sepolia Facuet. Simply enter your wallet address and login to Alchemy to a small amount of test ETH.
Once your wallet is set up, you will have to acquire some test ETH from the Ethereum Sepolia Faucet. Simply enter your wallet address and login to Alchemy to a small amount of test ETH.

![Sepolia Faucet](./img/faucet-example.png)

Expand Down Expand Up @@ -123,4 +123,4 @@ Both operations approximately cost 23500 gas. However, there’s an important nu

Navigate back to the File Explorer by clicking the double document icon in the upper left corner. You will now observe a folder named "artifacts" that has been included in your project. This folder houses various build artifacts, including the ABI for your contract, which will prove valuable in the future but may currently contribute to clutter.

To disable this, you can deactivate artifact generation. Click the settings gear in the bottom left corner and then uncheck the first checkbox labeled "Generate contract metadata...".
To disable this, you can deactivate artifact generation. Click the settings gear in the bottom left corner and then uncheck the first checkbox labeled "Generate contract metadata...".