building-secure-contracts icon indicating copy to clipboard operation
building-secure-contracts copied to clipboard

Guidelines and training material to write secure smart contracts

Results 103 building-secure-contracts issues
Sort by recently updated
recently updated
newest added

* fix: adding toc to testing modes md * fix: adding toc for the common testing approaches md

- What sections to focus - What areas to master - What questions readers should be able to answer Etc...

Working towards creating a thorough set of Jupyter Notebooks to replace current Slither exercises and examples.

Basically I was trying to replace Truffle with Hardhat in this example (https://github.com/crytic/building-secure-contracts/blob/master/program-analysis/echidna/end-to-end-testing.md), since Hardhat can offer multiple solc version support when compiling. So the contracts I am using is...

We can convert our blogpost to a checklist: https://blog.trailofbits.com/2018/04/06/how-to-prepare-for-a-security-audit/ And we can add a couple of blockchain-specific points

help wanted