From 5ec228eb5860980653a2092b89fea57cd34d8471 Mon Sep 17 00:00:00 2001 From: 50^2 <36756030+aleeusgr@users.noreply.github.com> Date: Sun, 5 May 2024 09:49:48 +0300 Subject: [PATCH] add Architecture section to the README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e6e58dd..457c752 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ For example for the vesting contract the functional requirements are like so: FOr the first excercise the user may seek to implement NFT escrow - a contract that validates withdrawal depending not on time of the transation but if the transaction has a specific NFT. Take a look at the [code example](https://github.com/aleeusgr/sniffle). +## Architecture + +![image](https://github.com/aleeusgr/potential-robot/assets/36756030/c01818cc-3b5d-4057-bda8-2689ab7a6378) + + ## Contributing - Test the project.