Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)