JSPM

solady

0.0.25
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 41723
  • Score
    100M100P100Q142806F
  • License MIT

Optimized Solidity snippets.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (solady) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    solady

    Gas optimized Solidity snippets.

    I'm sooooooOooooooooOoooOoooooooooooooooo...

    Contracts

    auth
    ├─ OwnableRoles — "Simple single owner and multiroles authorization mixin"
    utils
    ├─ MerkleProofLib — "Library for verification of Merkle proofs"
    ├─ SignatureCheckerLib — "Library for verification of ECDSA and ERC1271 signatures"
    ├─ ECDSA — "Library for verification of ECDSA signatures"
    ├─ LibSort — "Library for efficient sorting of memory arrays"
    ├─ Base64 — "Library for Base64 encoding and decoding"
    ├─ SSTORE2 — "Library for cheaper reads and writes to persistent storage"
    ├─ CREATE3 — "Deploy to deterministic addresses without an initcode factor"
    ├─ LibRLP — "Library for computing contract addresses from their deployer and nonce"
    ├─ LibBit — "Library for bit twiddling operations"
    ├─ Clone — "Class with helper read functions for clone with immutable args"
    ├─ LibClone — "Minimal proxy library"
    ├─ LibString — "Library for converting numbers into strings and other string operations"
    ├─ LibBitmap — "Library for mapping integers to single bit booleans"
    ├─ LibBytemap — "Library for mapping integers to 8 bit unsigned integers"
    ├─ Multicallable — "Contract that enables a single call to call multiple methods on itself"
    ├─ SafeTransferLib — "Safe ERC20/ETH transfer lib that handles missing return values"
    ├─ FixedPointMathLib — "Arithmetic library with operations for fixed-point numbers"

    Contributing

    This repository serves as a laboratory for cutting edge snippets that may be merged into Solmate.

    Feel free to make a pull request.

    Do refer to the contribution guidelines for more details.

    Safety

    This is experimental software and is provided on an "as is" and "as available" basis.

    We do not give any warranties and will not be liable for any loss incurred through any use of this codebase.

    Installation

    To install with Foundry:

    forge install vectorized/solady

    To install with Hardhat or Truffle:

    npm install solady

    Acknowledgements

    This repository is inspired by or directly modified from many sources, primarily: