Skip to content

w1t/All-About-Solidity

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published