Skip to content

Commit 2e877a1

Browse files
ryestewAniket-Engg
authored andcommitted
update text
1 parent 7e3a9ea commit 2e877a1

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

Diff for: apps/remix-ide/src/app/plugins/remixGuideData.json

+21-27
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cells": [
1010
{
1111
"title": "Intro to Remix's Interface",
12-
"titleTooltip": "Remix is a tool for developing smart contracts. Learn its essential features and how to navigate.",
12+
"titleTooltip": "Learn how Remix is organized and some essential features",
1313
"tagList": [
1414
"Remix",
1515
"Beginner"
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"title": "Basic Workflows",
24-
"titleTooltip": "Learn to work in Remix: from choosing a template, checking compiler errors, grabbing the ABI, deploying to local and public chains, to making a simple Dapp.",
24+
"titleTooltip": "Learn about choosing a template, checking compiler errors, grabbing the ABI, deploying to local and public chains, and making a basic DApp.",
2525
"tagList": [
2626
"Remix",
2727
"Beginner"
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"title": "Using AI Tools in Remix",
35-
"titleTooltip": "Using AI in Remix: RemixAI",
35+
"titleTooltip": "Find out how RemixAI can help you code.",
3636
"tagList": [
3737
"Remix",
3838
"Beginner",
@@ -44,7 +44,7 @@
4444
},
4545
{
4646
"title": "Debugger",
47-
"titleTooltip": "Learn to use the Remix Debugger",
47+
"titleTooltip": "Learn to use the Remix Debugger.",
4848
"tagList": [
4949
"Remix",
5050
"Plugins"
@@ -116,12 +116,10 @@
116116
}
117117
},
118118
{
119-
"title": "Remixd: Connect Remix to Your Computer",
120-
"titleTooltip": "Learn to connect Remix to a specific folder on your hard drive. ",
119+
"title": "Connect to the Filesystem",
120+
"titleTooltip": "Connect Remix to a specific folder on your hard drive. ",
121121
"tagList": [
122-
"Remix",
123-
"Solidity",
124-
"Plugins"
122+
"Remix"
125123
],
126124
"expandViewElement": {
127125
"videoID": "Sa3KXUxPJ9s"
@@ -134,11 +132,10 @@
134132
"hScrollable": "false",
135133
"cells": [
136134
{
137-
"title": "Using the Deploy & Run Plugin",
138-
"titleTooltip": "Learn to deploy and to interact with smart contracts. This video will also show how to use the AtAddress feature, how to use low level interactions and how to pin contracts.",
135+
"title": "Deploy & Run",
136+
"titleTooltip": "Learn to use the Deploy & Run plugin including using the AtAddress feature, use of low level interactions and pinning contracts.",
139137
"tagList": [
140138
"Solidity",
141-
"Beginner",
142139
"Plugins"
143140
],
144141
"expandViewElement": {
@@ -147,9 +144,8 @@
147144
},
148145
{
149146
"title": "Verifying Contracts",
150-
"titleTooltip": "Learn how to verify smart contract in Remix. Verify contracts on Etherscan, Sourcify, Blockscout, and Routescan. You can also verfiy Proxy Contracts that use the UUPS pattern.",
147+
"titleTooltip": "Learn how to use the Contract Verification plugin.",
151148
"tagList": [
152-
"Solidity",
153149
"Beginner",
154150
"Plugins"
155151
],
@@ -158,10 +154,9 @@
158154
}
159155
},
160156
{
161-
"title": "QuickDapp: Generate a Frontend",
157+
"title": "Generate a Frontend",
162158
"titleTooltip": "QuickDapp is a tool for quickly making a simple front end to a smart contract. A great tool for hackathons!",
163159
"tagList": [
164-
"Solidity",
165160
"Beginner",
166161
"Plugins"
167162
],
@@ -170,7 +165,7 @@
170165
}
171166
},
172167
{
173-
"title": "RemixVM & Forking",
168+
"title": "Remix VM & Forking",
174169
"titleTooltip": "The Remix VM is the local in-browser test blockchain. Learn about its features and how to fork and how to share the chain's state.",
175170
"tagList": [
176171
"Solidity",
@@ -182,6 +177,7 @@
182177
},
183178
{
184179
"title": "Transaction Recorder",
180+
"titleTooltip": "Learn how to record and replay transactions.",
185181
"tagList": [
186182
"Solidity",
187183
"Advanced"
@@ -197,31 +193,29 @@
197193
"hScrollable": "false",
198194
"cells": [
199195
{
200-
"title": "Upgradeable Proxy Contracts",
196+
"title": "Upgradeable Proxy",
201197
"titleTooltip": "Learn how to deploy and upgrade contracts that use the UUPS pattern. ",
202198
"tagList": [
203199
"Solidity",
204-
"Beginner",
205-
"Plugins"
200+
"Advanced"
206201
],
207202
"expandViewElement": {
208203
"videoID": "t0__aGWSaT0"
209204
}
210205
},
211206
{
212-
"title": "Static Analysis Tools in Remix",
213-
"titleTooltip": "Learn how to use the Static Analysis tools including Slither and Solhint.",
207+
"title": "Static Analysis",
208+
"titleTooltip": "Use Slither and Solhint in Remix.",
214209
"tagList": [
215210
"Solidity",
216-
"Beginner",
217211
"Plugins"
218212
],
219213
"expandViewElement": {
220214
"videoID": "1CigVWCw7dI"
221215
}
222216
},
223217
{
224-
"title": "Using HardHat and Foundry with Remix",
218+
"title": "HardHat and Foundry",
225219
"titleTooltip": "Use Remix on a HardHat or Foundry project and a local Hardhat or Anvil node.",
226220
"tagList": [
227221
"Solidity",
@@ -232,7 +226,7 @@
232226
}
233227
},
234228
{
235-
"title": "Introducing Circom for ZKProofs",
229+
"title": "Circom",
236230
"titleTooltip": "Learn how to use the Circom compiler plugin so you can begin your journey into writing circuits for Zero Knowledge Proofs (ZKP).",
237231
"tagList": [
238232
"Solidity",
@@ -243,8 +237,8 @@
243237
}
244238
},
245239
{
246-
"title": "Vyper and Other Languages in Remix",
247-
"titleToolTip": "Learn to use the Vyper compiler. Also introduces the plugins for the Cairo compiler for Starknet and Stylus for Rust contracts.",
240+
"title": "Vyper and Others",
241+
"titleTooltip": "Learn to use the Vyper compiler. Also introduces the Cairo compiler and Stylus for Rust contracts.",
248242
"tagList": [
249243
"Advanced"
250244
],

0 commit comments

Comments
 (0)