ethereum / solidity-portal

The Solidity Language Portal is a high-level information page for Solidity, aiming to present consolidated news and making visitors aware of and leading them to relevant other websites.
https://soliditylang.org
MIT License
13 stars 11 forks source link

Add contract examples with drop down menu to the in-browser Sol compiler #11

Open franzihei opened 3 years ago

franzihei commented 3 years ago

Similar to this example on the golang.org website, it would be nice to have a drop down menu with different Solidity example contracts in the in-browser Sol compiler section on soliditylang.org.

image

Ideas for contact examples:

chriseth commented 3 years ago

Examples:

franzihei commented 3 years ago

Was implemented in https://github.com/ethereum/solidity-portal/pull/16 just missing more examples!