mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-18 14:40:23 -04:00
Update README.md
This commit is contained in:
parent
4df17e323d
commit
c72a88b4ee
1 changed files with 5 additions and 6 deletions
|
@ -2,14 +2,13 @@
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### 👩🏼🏭 WIP
|
### In this repo:
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Interfaces
|
* [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)
|
||||||
* 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.
|
* [Bolierplates](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Boilerplates)
|
||||||
* Interfaces cannot define state variables or constructors, functions have to be external, and interfaces cannot themselves inherit from other contracts.
|
* [Tricks to save gas](https://github.com/bt3gl-labs/Blockchain-Development-and-Security/tree/main/Solidity-Expert/Tricks-to-save-gas)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue