From dd3b54d04e318e88c340160c5b824b8612fcdf0a Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 17 Oct 2025 00:03:12 +0530 Subject: [PATCH] Added links to all codes in readme file. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b27a28f..ace587d 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ This repository contains comprehensive resources for the Blockchain Technology c ## Index +### Codes + +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) +4. [Code-4 (Student Data)](Codes/Code-4.sol) + ### Notes 1. [Unit 1 - Mathematical Foundation for Blockchain](Notes/Unit%201%20-%20Mathematical%20Foundation%20for%20Blockchain)