Update README.md

This commit is contained in:
mia von steinkirch, phd 2023-01-01 20:31:58 -08:00 committed by GitHub
parent 180a68c15b
commit eaa504e3f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,8 +41,10 @@
* [solidity docs](https://docs.soliditylang.org/en/v0.8.12/)
* [openzeppelin docs](https://docs.openzeppelin.com/)
* [solidity by example](https://solidity-by-example.org/)
* [smart contract programmer](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA/videos)
* [smart contract programmer](https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA)
* [solidity cheatsheet and best practices](https://github.com/manojpramesh/solidity-cheatsheet)
* [solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor)
* [another solidity vscode plugin](https://marketplace.visualstudio.com/items?itemName=JuanBlanco.solidity)
* [foundry book](https://book.getfoundry.sh/forge/differential-ffi-testing)