mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-08-08 22:32:27 -04:00
Update README.md
This commit is contained in:
parent
64fbd9f976
commit
39e09925ca
1 changed files with 5 additions and 9 deletions
|
@ -1,4 +1,8 @@
|
|||
## 👾 Basic Solidity concepts
|
||||
# 👾 Becoming a Solidity Expert
|
||||
|
||||
<br>
|
||||
|
||||
### 👩🏼🏭 WIP
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -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.
|
||||
|
||||
<br>
|
||||
|
||||
### Reentrancy
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue