Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sambacha/libsol

only the useful bits of solmate & solady, abridged and without dependencies
https://github.com/sambacha/libsol

ethereum evm foundry solady solidity solmate

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# LibSol

> [!IMPORTANT]
> This is an abriged library of `solmate` and `solady`, hence Lib*Sol*
>

## 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
├── ERC6909.sol
├── LibSort.sol
├── MerkleProofLib.sol
├── Owned.sol
├── SafeTransferLib.sol
└── WETH.sol
```

## License

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