Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 910 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 910 Bytes

Solidity Patterns

A collection of relevant patterns used in Solidity for development of smart contract applications.

Patterns

  1. Simple List
  2. Struct Map
  3. Indexed Struct Map
  4. Unique ID Array
  5. Simple Factory
  6. Circuit Breaker
  7. Data Segregation
  8. Ownership
  9. Relay
  10. Deprecation
  11. Speed Bumps

Author

@RobertSimoes

All credit to authors of their respective patterns. (See credit within inline comments of individual patterns)

Please contact me if you have issues with the code present in the repository.

License

This repository is licensed under Apache 2.0