We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f326d8 commit 923763fCopy full SHA for 923763f
README.md
@@ -16,7 +16,7 @@ This repo is an ongoing collection of useful, and occasionally clever, solidity/
16
- [Big Data Storage (SSTORE2)](./patterns/big-data-storage)
17
- Cost efficient on-chain storage of multi-word data accessible to contracts.
18
- [Bitmap Nonces](./patterns/bitmap-nonces/)
19
- - 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.
20
- [Commit + Reveal](./patterns/commit-reveal)
21
- A two-step process for performing partially obscured on-chain actions that can't be front or back runned.
22
- [EIP712 Signed Messages](./patterns/eip712-signed-messages)
0 commit comments