Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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

Quick reference for Solidity language
https://topmonks.github.io/solidity_quick_ref/

ethereum solidity

Last synced: 3 months ago
JSON representation

Quick reference for Solidity language

Lists

README

        

# 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