Glossary

"Solidity Patterns"

Fravoll https://fravoll.github.io/solidity-patterns/ A curated collection of Solidity design patterns with detailed explanations and code examples. Covers security patterns (checks-effects-interactions, access restriction, emergency stop), behavioral patterns (state machine, oracle), and gas optimiz

Learn More

Related Terms