From 13c7450e88ad8cf9f991797bdc382edaebf38322 Mon Sep 17 00:00:00 2001 From: t11s Date: Sun, 22 May 2022 12:35:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Users?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 58b207c7..4fa68bf7 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,16 @@ utils ├─ SafeTransferLib — "Safe ERC20/ETH transfer lib that handles missing return values" ``` +## Users + +Solmate is used across the industry for performance critical smart contracts because it's: + +- **Lightweight:** Solmate contracts use very little bytecode size and have a small runtime footprint. +- **Battle tested:** Solmate contracts are audited and tested by some of the best in the industry. +- **Readable:** Solmate contracts are designed be as efficient as possible while still being easy to read. + +![solmate-users](https://user-images.githubusercontent.com/26209401/169712653-995b8a40-8771-48c2-afc0-1e3232e1c068.png) + ## Safety This is **experimental software** and is provided on an "as is" and "as available" basis.