/solidity_quick_ref

Quick reference for Solidity language

Primary LanguageHTMLMIT LicenseMIT

Solidity Quick Ref

Quick reference for Solidity v 0.4.25. Please open up an issue/pull request if you found or want to enchance this.

Live: https://topmonks.github.io/solidity_quick_ref/

TODO

  • constant modifier for variables
  • storage/memory for reference types
  • automatically generated getters
  • multi level arrays
  • operators
  • explicit function return vs. named var return
  • fallback function
  • hex and other literal notations