From e842d5b9f82487a6285f2663913521aa70ddc6c9 Mon Sep 17 00:00:00 2001
From: "dr. mia von steinkirch, phd"
<1130416+mvonsteinkirch@users.noreply.github.com>
Date: Mon, 6 Feb 2023 21:53:19 -0800
Subject: [PATCH] low-level guide to solidity's storage management, by degatchi
---
storage/README.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 storage/README.md
diff --git a/storage/README.md b/storage/README.md
new file mode 100644
index 0000000..9f41636
--- /dev/null
+++ b/storage/README.md
@@ -0,0 +1,12 @@
+## solidity storage
+
+
+
+### tl; dr
+
+
+
+
+### resources
+
+* [low-level guide to solidity's storage management, by degatchi](https://degatchi.com/articles/low_level_guide_to_soliditys_storage_management)