About this document
Solidity Cheat Sheet for Beginners by Killian Droumart is a document available to read on EtoBox.
Solidity is an object-oriented programming language used for implementing smart contracts on blockchain platforms like Ethereum. A great way to learn Solidity is to use the online IDE Remix. This cheat sheet provides a quick reference to Solidity keywords, data types, variables, and syntax for beginners to get started. It describes various data types like Boolean, integers, bytes, strings, enums and reference types like arrays, structs and mappings. It also covers functions, modifiers, import statements and
- Author
- Killian Droumart
- Language
- EN