From 21c9d4071fb94f3c4b1020cb93052c106ee9c503 Mon Sep 17 00:00:00 2001 From: rayeberechi Date: Tue, 7 Apr 2026 10:26:33 +0100 Subject: [PATCH] feat: add faith assignment submission for upgradeable contracts --- sessions/upgradable contracts/assignments/faith.md | 5 +++++ sessions/upgradable contracts/assignments/myname.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 sessions/upgradable contracts/assignments/faith.md delete mode 100644 sessions/upgradable contracts/assignments/myname.md diff --git a/sessions/upgradable contracts/assignments/faith.md b/sessions/upgradable contracts/assignments/faith.md new file mode 100644 index 00000000..edaa445c --- /dev/null +++ b/sessions/upgradable contracts/assignments/faith.md @@ -0,0 +1,5 @@ +# Assignment Submission + +* Here is the link to my monorepo containing the Diamond Standard and OpenZeppelin Upgradeable contracts: [Upgradeable Contracts Monorepo](https://github.com/rayeberechi/upgradeable-contracts) + +* Here is the link to my article: [Diamond Standard Article](https://hackmd.io/@Rayeberechi/diamond-std) \ No newline at end of file diff --git a/sessions/upgradable contracts/assignments/myname.md b/sessions/upgradable contracts/assignments/myname.md deleted file mode 100644 index 14a6d75c..00000000 --- a/sessions/upgradable contracts/assignments/myname.md +++ /dev/null @@ -1 +0,0 @@ -links to aricle, diamond and OZ github links \ No newline at end of file