protofire / blockchain-learning-path

A suggested learning path for blockchain development
2.59k stars 513 forks source link

SmartCheck deprecation #33

Closed enzoferey closed 9 months ago

enzoferey commented 2 years ago

SmartCheck project has been deprecated since 2020 as stated in their README https://github.com/smartdec/smartcheck. Their online version has been shut down since then but it is mentioned in the learning path here.

We should probably replace it with some code analyzer from https://consensys.github.io/smart-contract-best-practices/security-tools/static-and-dynamic-analysis/ or any other tool based on Protofire's preference.