Skip to content

Commit

Permalink
clarify README
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic authored Jun 19, 2024
1 parent aa9e2b3 commit e0accd5
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
@@ -1,7 +1,7 @@
# ✨ Transience
## A Solidity library for transient storage

Transience is a Solidity library for safely managing transient storage in smart contracts. It stores values in a context-specific way (by call depth), allowing reentrancy-aware functions that ensure isolated storage across reentrant calls.
Transience is a Solidity library for safely managing transient storage in smart contracts. It stores values by call depth, allowing reentrancy-aware functions that ensure isolated storage across reentrant calls.

## Features

Expand Down

0 comments on commit e0accd5

Please sign in to comment.