Rename README.md. to README.md

This commit is contained in:
steinkirch.eth, phd 2023-06-19 09:26:27 -07:00 committed by GitHub
parent 69d1bb94dc
commit 25442e48fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,30 @@
## DDoS attacks on the context of blockchains
<br>
### failed call
<br>
* [DDoS with failed call](https://swcregistry.io/docs/SWC-113)
<br>
### block gas limit
<br>
* [block gas limit by SWC registry](https://swcregistry.io/docs/SWC-128)
* [gas limit and loops on solidity docs](https://docs.soliditylang.org/en/latest/security-considerations.html#gas-limit-and-loops)
<br>
### references
<br>
* [sigma prime post](https://blog.sigmaprime.io/solidity-security.html#dos)
* [not so smart contract](https://github.com/crytic/not-so-smart-contracts/tree/master/denial_of_service)