Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 810 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 810 Bytes

LibSol

Important

This is an abriged library of solmate and solady, hence LibSol

Motivation

Only the useful bits of solmate & solady, abridged and without dependencies.

Warning

This is a zero-dependency library, additionally we make some minor changes for our use case

Eliminate recursive dependencies and reduce the size of importing these libraries.

What's inside

└── src
    ├── ERC20.sol <solmate>
    ├── ERC6909.sol <solmate>
    ├── LibSort.sol <solady>
    ├── MerkleProofLib.sol <solady>
    ├── Owned.sol <solmate>
    ├── SafeTransferLib.sol <solmate>
    └── WETH.sol <solmate>

License

Please see the LICENSE_Solady LICENSE_Solmate for the respective MIT and AGPL-3.0 Licenses.