Navigate:
Solady
~$SOLAD0.1%

Solady: Gas optimized Solidity snippets

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

LIVE RANKINGS • 10:10 PM • STEADY
OVERALL
#320
78
CRYPTO
#13
1
30 DAY RANKING TREND
ovr#320
·Crypt#13
STARS
3.3K
FORKS
455
7D STARS
+5
7D FORKS
-1
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

Bug fix for safeMoveETH function

  • Fix safeMoveETH
vv0.1.24

Add solx profile support with various fixes and improvements

  • Add solx profile
  • Fix README logo
  • ERC6551Proxy typo fix
  • ERC7821 Swiss cheese dirty upper bits cleaning
  • Add mulSqrt function
vv0.1.23

Add capped variants to EnumerableMapLib

  • EnumerableMapLib capped variants

See how people are using Solady

Loading tweets...


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers