From 39e09925caf1952aa3f7be4427745c65ad8668c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?BT3GL=20/ba=C9=AAt=C9=A1=C9=9D=C9=AB/?= <1130416+bt3gl@users.noreply.github.com> Date: Wed, 11 May 2022 15:55:58 -0700 Subject: [PATCH] Update README.md --- Solidity-Expert/README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 - - -
- - ----