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: about 1 month ago
JSON representation
Quick reference for Solidity language
- Host: GitHub
- URL: https://topmonks.github.io/solidity_quick_ref/
- Owner: topmonks
- License: mit
- Created: 2018-08-13T14:56:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:35:34.000Z (12 months ago)
- Last Synced: 2024-08-01T21:42:34.746Z (4 months ago)
- Topics: ethereum, solidity
- Language: HTML
- Homepage: https://topmonks.github.io/solidity_quick_ref/
- Size: 25.4 KB
- Stars: 28
- Watchers: 12
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-solidity - topmonks/solidity_quick_ref - Syntax overview. (Resources)
- awesome-solidity - topmonks/solidity_quick_ref - Syntax overview. (Resources)
- awesome-solidity - topmonks/solidity_quick_ref - Syntax overview. (Resources)
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