Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solady

Package Overview
Dependencies
Maintainers
1
Versions
255
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solady

Optimized Solidity snippets.

  • 0.0.9
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
25K
decreased by-2.88%
Maintainers
1
Weekly downloads
 
Created
Source

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:

FAQs

Package last updated on 28 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc