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

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

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