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)