organize chapters for the ongoing research, remove dead links, add new resources

This commit is contained in:
bt3gl 2024-11-04 18:42:30 +07:00
parent 1748d1ed22
commit 184e917000
98 changed files with 421 additions and 11268 deletions

View file

@ -2,13 +2,11 @@
<br>
* [Uniswap v3](https://github.com/Uniswap/v3-core/tree/main/contracts)
* [Chainlink](https://github.com/smartcontractkit/chainlink/tree/develop/contracts/src/v0.4)
* [Fei protocol](https://github.com/fei-protocol/fei-protocol-core/tree/master/contracts)
* [OpenZeppelin's ERC-20](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)
* [OpenZeppelin's ERC-721](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol)
* [Immunefi notes on the ERC token standard](https://medium.com/immunefi/how-erc-standards-work-part-1-c9795803f459)
* [Security contracts from OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/security)
* [Smart contracts attack vectors](https://github.com/kadenzipfel/smart-contract-attack-vectors)
<br>
* **[uniswap v3](https://github.com/Uniswap/v3-core/tree/main/contracts)**
* **[chainlink](https://github.com/smartcontractkit/chainlink/tree/develop/contracts/src/v0.4)**
* **[dei protocol](https://github.com/fei-protocol/fei-protocol-core/tree/master/contracts)**
* **[openzeppelin's erc-20](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC20/ERC20.sol)**
* **[openzeppelin's erc-721](https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/ERC721.sol)**
* **[immunefi notes on the erc token standard](https://medium.com/immunefi/how-erc-standards-work-part-1-c9795803f459)**
* **[security contracts from openzeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts/tree/master/contracts/security)**
* **[smart contracts attack vectors](https://github.com/kadenzipfel/smart-contract-attack-vectors)**