ec082018d / All-About-Solidity

A series of tutorials that cover most of the core elements of the Solidity language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All About Solidity

All About Solidity is an article serie that covers most of the core feature, syntax and semantics of Solidity, the smart contract programming language for Ethereum or any EVM based blockchains.

You will find code snippets and analogies that will help you understand and improve your Solidity programming skills.

Enjoy the reading!

🚧 I am currently undergoing a re-write of the content of each articles, with cleaner table of contents, so to make it easier to jump to relevant sections. You can still read them and browse their draft content with notes under the /articles folder

All About...

address cryptographic functions mapping
arrays Data Location (storage, memory, calldata) modifier
assembly enum numbers
blocks & transaction properties error handling string
bool ether units style
bytes event tuples
comments function struct
compiler inheritance variables (in general)
constructor interface
control flow library(librarie contracts)

About

A series of tutorials that cover most of the core elements of the Solidity language