-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Beginner onboarding #1320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beginner onboarding #1320
Conversation
apps/remix-ide/src/index.html
Outdated
| <script src="polyfills.js" type="module"></script> | ||
| <script src="vendor.js" type="module"></script> | ||
| <script src="https://kit.fontawesome.com/41dd021e94.js" crossorigin="anonymous"></script> | ||
| <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/intro.js/4.1.0/intro.min.js"></script> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This need to be put in the local asset
|
What's the API for executing some code before and after a step is reached? |
| { | ||
| element: document.querySelector('#compileIcons'), | ||
| title: 'Solidity Compiler', | ||
| intro: 'Having selected a .sol file in the File Explorers(the icon above), compile it with the Solidity Compiler.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
File Explorers(the icon above) needs a space before the opening parenthesis => File Explorers (the icon above)
1343c03 to
8f1d916
Compare
1a04e80 to
0614b71
Compare
No description provided.