Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 637 Bytes

File metadata and controls

9 lines (6 loc) · 637 Bytes

solidity-components

A collection of re-usable solidity contracts and components

WARNING: This code is designed for educational and explanatory purposes only and is not safe for production use. Numerous key safety features and best practices have been left purposely unimplemented for the sake of readability and brevity. Code for this project is MIT licensed, and documentation is CC BY-SA 4.0.

Conventions

Suffix -able represents an abstract contract interface (especially useful for calling contracts after they have been deployed) Suffix -ed represents a default implementation of the corresponding abstract interface