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.

Home Page:https://soliditylang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

franzihei opened this issue · comments

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:

  • Hello, World!
  • ERC20
  • TimeLock
  • Example with Inline Assembly

Examples:

  • hello world
  • "simple store"
  • time lock (ether locked up for a time that can be specified)
  • erc20 token

Was implemented in #16 just missing more examples!