From c72a88b4eee669d651ef3e9a1e41d4eacd54d9f6 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: Sat, 14 May 2022 12:33:36 -0700
Subject: [PATCH] Update README.md
---
Solidity-Expert/README.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/Solidity-Expert/README.md b/Solidity-Expert/README.md
index 59138ca..a87db5f 100644
--- a/Solidity-Expert/README.md
+++ b/Solidity-Expert/README.md
@@ -2,14 +2,13 @@
-### 👩🏼🏭 WIP
+### In this repo:
-
-### Interfaces
-
-* 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.
+* [Setting your workspace](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Setting-Workspace)
+* [Writing tests](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Writing-Tests)
+* [Bolierplates](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Boilerplates)
+* [Tricks to save gas](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Tricks-to-save-gas)