Navigate:
Solady
~$SOLAD0.1%

Solady: Gas optimized Solidity snippets

Collection of gas-optimized Solidity smart contract implementations for Ethereum development.

LIVE RANKINGS • 03:09 AM • STEADY
OVERALL
#362
40
CRYPTO
#25
13
30 DAY RANKING TREND
ovr#362
·Crypt#25
STARS
3.3K
FORKS
456
7D STARS
+4
7D FORKS
0
Tags:
See Repo:
Share:

Learn more about Solady

Solady is a library of gas-optimized Solidity smart contracts and utilities for Ethereum development. The library provides implementations of standard token contracts (ERC20, ERC721, ERC1155), authentication mechanisms, account abstractions, and utility functions with inline assembly optimizations. It serves as a testing ground for cutting-edge contract patterns that may be integrated into other libraries like Solmate. The contracts are designed for compatibility with both upgradeable and non-upgradeable deployment patterns.

Solady

1

Gas Optimization

Contracts use inline assembly and advanced optimization techniques to minimize gas consumption compared to standard implementations.

2

Comprehensive Coverage

Includes implementations for tokens, authentication, account abstraction, and dozens of utility libraries in a single package.

3

Experimental Features

Serves as a laboratory for cutting-edge Solidity patterns and emerging standards like EIP-7702 and ERC-6551.



vv0.1.26

v0.1.26: 🐞 Fix safeMoveETH by @Vectorized in

  • 🐞 Fix safeMoveETH by @Vectorized in
vv0.1.24

v0.1.24: 👷‍♂️ Add solx profile by @PatrickAlphaC in

  • 👷‍♂️ Add solx profile by @PatrickAlphaC in
  • 📝 Fix README logo by @Vectorized in
  • 🥢 ERC6551Proxy typo fix by @Arvolear in
  • ♻️ ERC7821 Swiss cheese dirty upper bits cleaning by @Vectorized in
  • ✨ mulSqrt by @Vectorized in
vv0.1.23

v0.1.23: ✨ EnumerableMapLib capped variants by @Vectorized in

  • ✨ EnumerableMapLib capped variants by @Vectorized in

See how people are using Solady

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers