Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk authored Nov 19, 2023
1 parent 3f326d8 commit 923763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 923763f

Please sign in to comment.