Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0x3bfc/awesome-smart-contracts-notes
:closed_lock_with_key: Sustainable Smart Contract Development
https://github.com/0x3bfc/awesome-smart-contracts-notes
List: awesome-smart-contracts-notes
blockchain ethereum security smart-contracts
Last synced: 13 days ago
JSON representation
:closed_lock_with_key: Sustainable Smart Contract Development
- Host: GitHub
- URL: https://github.com/0x3bfc/awesome-smart-contracts-notes
- Owner: 0x3bfc
- License: apache-2.0
- Created: 2018-11-04T13:59:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:57:57.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T19:35:33.597Z (over 1 year ago)
- Topics: blockchain, ethereum, security, smart-contracts
- Language: JavaScript
- Homepage: https://0x3bfc.github.io/Awesome-Smart-Contracts-Notes
- Size: 1.03 MB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Awesome Smart Contract Notes
[![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/aabdulwahed/Smart-Contracts-Notes)
**Disclaimer: This is a work in progress**This work is meant to be a curated list of common security issues in decentralized apps and smart contract vector attacks. It addresses most of them by providing a working test cases, [examples](examples/), [references](docs/References.md) and extra readings.
1. [Vector Attacks](docs/VectorAttacks.md)
2. [Symbolic Execution](docs/symbolicExec.md)
3. [Static Analaysis](docs/staticAnalaysis.md)
2. [Registries & Audits](docs/Registry.md)
3. [Design Patterns](docs/DesignPatterns.md)
4. [Research Papers](docs/ResearchPapers.md)
5. [Security Tools](docs/SecurityTools.md)
6. [Testing Tools](docs/TestingTools.md)
7. [Useful Repositories](docs/UsefulRepos.md)
8. [Awesome Blogs](blogs.md)
9. [Awesome Playlists](docs/videos.md)
10. [Notes & Checklists](notes.md)
11. [Solidity By Example](examples/)
12. [Solidity Library Tricks](sollib.md)
13. [Solidity based online wargame](https://ethernaut.zeppelin.solutions/)
14. [References](docs/References.md)
15. [EVM analysis tools](docs/EVMAnalaysisTools.md)## Contributing
For any new issue, feature, or update, create a pull request and we will add it there. Ping me on [twitter](https://twitter.com/0x3bfc) or [linkedIn](https://www.linkedin.com/in/0x3bfc/). Find [here](https://aabdulwahed.github.io/Smart-Contracts-Notes/) the online web version of this repo.