From 923763f27ba10f5df6a5bc1be49dbc78f9e4a8fb Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Sat, 18 Nov 2023 23:21:37 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4765a95..e3344bf 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This repo is an ongoing collection of useful, and occasionally clever, solidity/ - [Big Data Storage (SSTORE2)](./patterns/big-data-storage) - Cost efficient on-chain storage of multi-word data accessible to contracts. - [Bitmap Nonces](./patterns/bitmap-nonces/) - - Efficiently tracking the state of many operations identifiable by a unique nonce. + - Efficiently tracking on-chain the state of frequent, consumable operations identifiable by a unique nonce. - [Commit + Reveal](./patterns/commit-reveal) - A two-step process for performing partially obscured on-chain actions that can't be front or back runned. - [EIP712 Signed Messages](./patterns/eip712-signed-messages)