Overview of the Solidity Standard Library
masterThe solidity-examples repository serves as a draft standard library of Solidity contracts designed for performing common tasks. It provides specialized packages for bit manipulation, byte conversion, mathematics, Patricia Tries, string manipulation, token standards, and low-level memory operations.
Compatibility Requirements:
- Solidity Version: Must be
0.5.0or later. - Runtime: Code is intended to run in Metropolis-compliant networks.