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.
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