From e19c3f32d952c8605be7967b23b93702135f8eaf Mon Sep 17 00:00:00 2001 From: Kshitij Date: Mon, 3 Nov 2025 01:07:34 +0530 Subject: [PATCH] Added tutorial tip in codes section in readme. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ace587d..2a32e64 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ This repository contains comprehensive resources for the Blockchain Technology c ### Codes +> [!TIP] +> Tutorials can be found in the [./Codes/Tutorials](./Codes/Tutorials/) directory. + 1. [Code-1 (MetaMask Installation)](Codes/Code-1.md) 2. [Code-2 (MetaMask Account Creation)](Codes/Code-2.md) 3. [Code-3 (Bank Account)](Codes/Code-3.sol)