Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brivan-26/smart-contract-security
This repository contains some notes on popular Smart Contract attacks and security concepts.
https://github.com/brivan-26/smart-contract-security
smart-contract-security smart-contracts solidity solidity-audit solidity-security
Last synced: 10 days ago
JSON representation
This repository contains some notes on popular Smart Contract attacks and security concepts.
- Host: GitHub
- URL: https://github.com/brivan-26/smart-contract-security
- Owner: Brivan-26
- Created: 2023-02-11T19:47:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T18:32:24.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T22:43:55.356Z (about 2 months ago)
- Topics: smart-contract-security, smart-contracts, solidity, solidity-audit, solidity-security
- Language: Solidity
- Homepage:
- Size: 105 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Contract Security
This repository contains some notes on popular **Smart Contract attacks and security concepts**.
- [Reentrancy Attack](./Reentrancy/)
- [Arithmetic Overflow & Underflow](./Arithmetic-Overflow-Underflow)
- [Forcefully send ether to a contract](./Forcefully-send-ether)
- [Insecure Randomness](./Insecure-Randomness)
- [Front Running](./Front-running)
- [Hiding Malicious code](./Hiding-malicious-code)
- [Phishing with tx.origin](./Phishing-with-tx.origin)
- [Accessing Private Data](./Accessing-Private-Data)