aquaflamingo / Solidity-Contract-Patterns

πŸ“ Patterns found in smart contract oriented language Solidity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“ Patterns found in smart contract oriented language Solidity.

License:Apache License 2.0