-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add Remix-IDE link to smart contract languages page #12662
Conversation
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@Hitisha-G Worth noting that Remix-IDE also supports Vyper... Few options if we want to list this:
A) Leave it where it is, for Solidity only
B) We could consider a place on the page that could highlight it for both Solidity and Vyper, but only mention it once
C) We could add this to both the links list for Solidity and Vyper
Thoughts?
B) seems preferable to me. |
@wackerow @minimalsm Thank you for the feedback and discussion. "The two most active and maintained languages are: Remix IDE provides a comprehensive development environment for creating and testing contracts in both Solidity and Vyper." Additionally, we could introduce a new section dedicated to IDE, where we highlight the versatility of Remix IDE for both Solidity and Vyper development. What do you think? |
@Hitisha-G I think we want to keep this page focused on the smart contract languages and not get too much into IDE's... I support you're suggestion to add a mention in the opening section: Would also recommended adding a link to Remix, but question is which one... we could
I'd lean towards just directing to the IDE, but open to either. Something like this:
|
This issue is stale because it has been open 30 days with no activity. |
Hey @Hitisha-G, circling back.. did you want to make these changes, or would you like a hand finishing this up? |
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.
Pushed the sudiscussed changes... thanks @Hitisha-G!
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2024 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Include Remix link in the Important Links section for easy access.
Description
Updating documentation by incorporating a direct link to the Remix IDE, facilitating easy access for reviewing and experimenting with code.