BoxedFruits / KaijuKata

0 stars 0 forks source link

Lesson 1 - Solidity Basics #3

Open BoxedFruits opened 1 year ago

BoxedFruits commented 1 year ago

Should go over basic syntax as well as some datatypes of Solidity

datatypes: uint int bytes address string bool (possibly arrays?)

access: public private constant immutable

SamarthhD commented 4 months ago

Yes Arrays is an equally important data type . After understanding Arrays, one can learn conditionals and loops in a better way and then proceed on to other reference data types like strings and mappings in Solidity.