Compare commits

...

13 Commits

Author SHA1 Message Date
notkshitij 5bb59c2273 Upload end-sem pyq for BCT, november-december 2025. Provided by Ayush Kalaskar. 2026-03-22 01:52:40 +05:30
notkshitij 90d860278e Added may-june 2025 end-sem pyq (bct) 2025-12-02 13:51:39 +05:30
notkshitij 262bfe9f43 Added tutorial for practical 4 as lfs. 2025-11-25 23:57:30 +05:30
notkshitij 651392f91d Added link to end-sem pyq answers. 2025-11-25 23:33:37 +05:30
notkshitij 7fe4212747 Changed BT to BCT in README title. 2025-11-25 23:30:24 +05:30
notkshitij 00dbc7e3a9 Added BCT unit 6 end-sem pyq answers. Collaborative work by Ayush Kalaskar and Himanshu Patil. 2025-11-25 23:29:02 +05:30
notkshitij 42bad18dfe Added BCT unit 5 end-sem pyq answers. Collaborative work by Ayush Kalaskar and Himanshu Patil. 2025-11-25 23:02:58 +05:30
notkshitij 2337ac8505 Added BCT unit 4 end-sem pyq answers. Collaborative work by Ayush Kalaskar and Himanshu Patil. 2025-11-25 22:43:03 +05:30
notkshitij c67c448088 Added BCT unit 3 end-sem pyq answers. Collaborative work by Ayush Kalaskar and Himanshu Patil. 2025-11-25 22:34:55 +05:30
notkshitij d22a9e3a0b Updated tutorial for 4th practical, now it shows how to trigger fallback function, thanks to Tanmay Dada Machkar. 2025-11-05 23:43:23 +05:30
notkshitij e19c3f32d9 Added tutorial tip in codes section in readme. 2025-11-03 01:07:34 +05:30
notkshitij 787fd5c9df Added tutorial for practical 3. 2025-11-03 01:06:37 +05:30
notkshitij bde4bf10ff Added tutorial for practical 4 (lfs vid) 2025-11-03 01:06:02 +05:30
10 changed files with 13 additions and 1 deletions
+2
View File
@@ -0,0 +1,2 @@
*.mp4 filter=lfs diff=lfs merge=lfs -text
Codes/Tutorials/Tutorial-4.mp4 filter=lfs diff=lfs merge=lfs -text
Binary file not shown.
Binary file not shown.
+5 -1
View File
@@ -1,4 +1,4 @@
# 410243: Blockchain Technology (BT) # 410243: Blockchain Technology (BCT)
This repository contains comprehensive resources for the Blockchain Technology course under the SPPU Computer Engineering syllabus (2019 pattern). It includes codes, handouts, notes, previous year questions (PYQs), and write-ups for assignments. The materials cover key topics such as blockchain fundamentals, cryptocurrency, smart contracts, consensus algorithms, and real-world applications. Additionally, it provides insights into the Ethereum platform using Solidity, enabling students to analyze and implement blockchain solutions effectively. This repository contains comprehensive resources for the Blockchain Technology course under the SPPU Computer Engineering syllabus (2019 pattern). It includes codes, handouts, notes, previous year questions (PYQs), and write-ups for assignments. The materials cover key topics such as blockchain fundamentals, cryptocurrency, smart contracts, consensus algorithms, and real-world applications. Additionally, it provides insights into the Ethereum platform using Solidity, enabling students to analyze and implement blockchain solutions effectively.
@@ -8,6 +8,9 @@ This repository contains comprehensive resources for the Blockchain Technology c
### Codes ### Codes
> [!TIP]
> Tutorials can be found in the [./Codes/Tutorials](./Codes/Tutorials/) directory.
1. [Code-1 (MetaMask Installation)](Codes/Code-1.md) 1. [Code-1 (MetaMask Installation)](Codes/Code-1.md)
2. [Code-2 (MetaMask Account Creation)](Codes/Code-2.md) 2. [Code-2 (MetaMask Account Creation)](Codes/Code-2.md)
3. [Code-3 (Bank Account)](Codes/Code-3.sol) 3. [Code-3 (Bank Account)](Codes/Code-3.sol)
@@ -42,6 +45,7 @@ This repository contains comprehensive resources for the Blockchain Technology c
- [END-SEM](Question%20Papers/END-SEM) - [END-SEM](Question%20Papers/END-SEM)
### [IN-SEM PYQ Answers](Notes/IN-SEM%20PYQ%20Answers) ### [IN-SEM PYQ Answers](Notes/IN-SEM%20PYQ%20Answers)
### [END-SEM PYQ Answers](Notes/END-SEM%20PYQ%20Answers)
--- ---