https://github.com/jonzeolla/lab-smartcontractsecurity
A lab that focuses on smart contract security
https://github.com/jonzeolla/lab-smartcontractsecurity
ethereum lab security smart-contract
Last synced: 9 months ago
JSON representation
A lab that focuses on smart contract security
- Host: GitHub
- URL: https://github.com/jonzeolla/lab-smartcontractsecurity
- Owner: JonZeolla
- Created: 2018-04-20T01:50:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T14:59:44.000Z (over 7 years ago)
- Last Synced: 2025-01-19T13:50:03.557Z (over 1 year ago)
- Topics: ethereum, lab, security, smart-contract
- Homepage:
- Size: 668 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Smart Contract Security Lab
## Reference for the Lab
- [Solidity Documentation](https://solidity.readthedocs.io/en/develop/): the official docs
- [Web3 Javascript API](https://github.com/ethereum/wiki/wiki/JavaScript-API): web3 javascript api docs
- [Solidity Cheat Sheet and Best Practices](https://github.com/manojpramesh/solidity-cheatsheet): quick and dirty cheatsheet
- [EthList: The Crowdsourced Ethereum Reading List](https://github.com/Scanate/EthList): other reference materials
- [Pet-shop-box](https://github.com/truffle-box/pet-shop-box): truffle tutorial that teaches you how to build a complete smart contracts application
- [Learning Solidity](https://www.youtube.com/watch?v=v_hU0jPtLto&list=PL16WqdAj66SCOdL6XIFbke-XQg2GW_Avg): great youtube playlist with solidity tutorials for beginners
## Reference Materials
- https://blog.trailofbits.com/2018/03/23/use-our-suite-of-ethereum-security-tools/
- https://www.dasp.co/
- https://github.com/b-mueller/smashing-smart-contracts