Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeftarmascarenhas/smart-contract-security
https://github.com/jeftarmascarenhas/smart-contract-security
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeftarmascarenhas/smart-contract-security
- Owner: jeftarmascarenhas
- Created: 2023-12-04T02:03:11.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-18T03:43:00.000Z (11 months ago)
- Last Synced: 2023-12-18T04:33:24.719Z (11 months ago)
- Language: Solidity
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Contract security best practices - Solidity Ethereum
Aprenda boas práticas de segurança em smart contracts, como evitar vulnerabilidades e erros cometidos no desenvolvimento de smart contract na linguagem Solidity---
***Os contratos deste repositório são apenas para estudos, não são auditados e tem apenas a intenção de ensinar e prevenir venerabilidades e erros cometidos em um desenvolvimento sem auditoria interna e externa***## Veja no canal NFT Choose no YouTube
- [Cuidado ao usar Delegatecall](https://www.youtube.com/watch?v=IET1aRDdknI&feature=youtu.be)## Contratos
- [Cuidado ao usar Delegatecall](./contracts/DelegatecallCarefully.sol)
- [Reentrancy Guard](./contracts/Reentrancy.sol)