This repository is a companion to my Youtube Solidity Playlist
- Hello World - Learning Solidity #1
- Variables - Learning Solidity #2
- Operators & Loops - Learning Solidity #3
- Control Structure(if..else if...else) - Learning Solidity #4
- Strings - Learning Solidity #5
- Understanding Solidity Arrays - Learning Solidity #6
- Enums - Learning Solidity #7
- Structs - Learning Solidity #8
- Mappings - Learning Solidity #9
- Functions - Learning Solidity #10
- Inheritance - Learning Solidity #11
- Abstract Contract & Interface - Learning Solidity #12
- Imports & Libraries - Learning Solidity #13
- Error Handling - Learning Solidity #14
- Events - Learning Solidity #15
- Gas, Gas Limit & Gas Price Explained - Learning Solidity #16
- Calling Other Contract Function | Contract Interaction Part 1 - Learning Solidity #17
- Call | Contract Interaction Part 2 - Learning Solidity #18
- Delegatecall | Contract Interaction Part 3 - Learning Solidity #19
- Sending Ether to Contract | Intro into Re-Entrancy - Learning Solidity #20