diff --git a/Solidity-Expert/README.md b/Solidity-Expert/README.md index 5fa1537..59138ca 100644 --- a/Solidity-Expert/README.md +++ b/Solidity-Expert/README.md @@ -1,4 +1,8 @@ -## 👾 Basic Solidity concepts +# 👾 Becoming a Solidity Expert + +
+ +### 👩🏼‍🏭 WIP
@@ -7,15 +11,7 @@ * There are at least 2 reasons why you might use inheritance in smart contract developmnet. First, it allows changes in one parent contract to be reflected in child contracts. Second, it allow you to reuse code and reduce overall program length. * Interfaces cannot define state variables or constructors, functions have to be external, and interfaces cannot themselves inherit from other contracts. -
-### Reentrancy - - -
- - ----