Skip to content

Conversation

@davidekete
Copy link

No description provided.

@@ -1,15 +1,12 @@
## Remix is composed of four panels.
![Remix layout](ttps://raw.githubusercontent.com/ethereum/remix-workshops/master/Basics/interface-introduction/images/remix-layout.png)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are missing an h in https in the URL

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The max size for an image size in learneth is probably 600px. It could link to a larger image. But the image at the size you have it is too large to work. There might be another example in the tutorials of links to an image or PDF

@davidekete davidekete requested a review from ryestew October 12, 2025 12:56

## How Remix is Structured

Think of Remix as three layers:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So the 3 layers are: Workspaces & Files, Plugins, and Network & Accounts?
That doesn't seem quite right.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the old version was more direct to introducing them to the layout.

@@ -0,0 +1,36 @@
Remix IDE is a browser-based (also includes a desktop variant) development environment for building, testing, and shipping smart contracts. It’s designed to remove setup friction, make feedback loops tight, and help you reason about what’s really happening on-chain.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think people who come to this tutorial are wondering how to use to the tool, and not why to use it. This general intro seems like a distraction. Maybe this is better in your intro to Blockchain tutorial.

You might also include plugins like Ethers/Web3 for calls, coverage and gas reporters for quality, and linters or formatters for consistency. All this is before you write a single line of contract code.

Remix compresses this process in your browser and all you need to do is open a URL (remix.ethereum.org), write Solidity (or Vyper via plugin), compile, deploy to a network, and interact with your contracts, all in one place.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From here up - the same comment as above. It could be that your intro to blockchain is an intro to blockchain development.

In the **Main Panel** of Remix, make sure you see the **Home** tab. The **Home** tab has lots of useful links. To navigate there, either click the **Home** tab in the **Main Panel** or click the Remix icon ![Remix icon](https://raw.githubusercontent.com/ethereum/remix-workshops/master/Basics/interface_introduction/images/remix-logo.png "Remix icon") on the top of the icon panel.

- See all the plugins in the **Plugin Manager**. Click this icon ![plugin manager](https://raw.githubusercontent.com/ethereum/remix-workshops/master/Basics/interface_introduction/images/plugin1.png "Plugin Manager icon") in the lower left corner Remix.
**TIP: You can make a panel larger (or smaller) by dragging its border.**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can make a panel wider
(dont' mention narrower because it should be understood)

3. In the modal the comes up, choose one of the templates.
3. In the modal the comes up, choose one of the templates.

![hamburger](https://raw.githubusercontent.com/ethereum/remix-workshops/master/Basics/workspaces/images/popup.png)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New image needed.

Let's create a new Workspace

1. At the top of the File Explorer, click the hamburger icon (the 3 horizontal lines). Read through the commands and tools in this menu.
1. At the top of the File Explorer, click the hamburger icon (the 3 horizontal lines). Read through the commands and tools in this menu.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workspaces have moved - this text needs updating.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants