0xosas / solady

Optimized Solidity snippets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

solady

Gas optimized Solidity snippets.

I'm sooooooOooooooooOoooOoooooooooooooooo...

Contracts

utils
├─ MerkleProofLib"Library for verification of Merkle proofs"
├─ ECDSA"Library for verification of ECDSA signatures"
├─ Sort"Optimized intro sort"
├─ Base64"Library for Base64 encoding"
├─ LibString"Library for converting numbers into strings and other string operations"
├─ LibBitmap"Library for mapping integers to single bit booleans"
├─ Multicallable"Contract that enables a single call to call multiple methods on itself"
├─ SafeTransferLib"Safe ERC20/ETH transfer lib that handles missing return values"

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:

About

Optimized Solidity snippets.

License:MIT License


Languages

Language:Solidity 99.1%Language:JavaScript 0.9%