mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-28 08:27:12 -04:00
organize chapters for the ongoing research, remove dead links, add new resources
This commit is contained in:
parent
1748d1ed22
commit
184e917000
98 changed files with 421 additions and 11268 deletions
|
@ -6,3 +6,14 @@
|
|||
* solidity < 0.8: integers in overflow / underflow without any errors.
|
||||
* solidity >= 0.8: default behaviour of for overflow / underflow is to throw an error.
|
||||
* use **[SafeMath](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/math/SafeMath.sol)** to prevent arithmetic overflow and underflow.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### chapters
|
||||
|
||||
<br>
|
||||
|
||||
* **[overflow](overflow)**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue