Summary
Keywords
Full Transcript
#solidity #ethereum #blockchain Solidity Programming Course - Part 15 β€οΈ Playlist: https://www.youtube.com/playlist?list=PLTqJEAOVD7brZG5sLww_XuGEJTYRv1hm1 β€οΈβ€οΈ Resources πβ€οΈβ€οΈ This video (0:00 - 22:53) provides a comprehensive guide on using Structs (Structures) in Solidity programming. It explains how to define custom data types to store multiple types of data (string, uint, boolean) together. Here are the key highlights: Definition & Use Case: What structs are and why to use them for creating custom data types (0:45). Arrays of Structs: How to store multiple instances of a struct in an array (2:07). Writing Data (Methods 1 & 2): Two distinct ways to write data to a struct within an array (4:45, 8:00, 10:45). Reading & Updating: How to read data back from a struct (14:25) and how to update specific fields within a struct (15:55). Execution: A demonstration of compiling and interacting with the smart contract in Remix IDE (17:45). Github: https://github.com/akshaykurhekar/solidity-programming β€οΈβ€οΈ Timeline πβ€οΈ 0:00 - Intro 0:45 - Definition of Structs 2:07 - Using an array of struct 4:45 - writing data to struct 8:00 - first method 10:45 - second method 14:25 - readData of struct 15:55 - update struct 17:45 - execute code 22:09 - keynote Playlists πβ€οΈ: https://www.youtube.com/playlist?list=PLTqJEAOVD7bpHR2CTaFVd9mJMZQYDF7ah https://www.youtube.com/playlist?list=PLTqJEAOVD7brZG5sLww_XuGEJTYRv1hm1 https://youtube.com/playlist?list=PLTqJEAOVD7boUDVH0WHY6zdY2VpZNQmh5&si=U6X8P3hzIButcslF https://www.youtube.com/playlist?list=PLTqJEAOVD7bqy7ll24DQeS2rs9WtDHQiC https://www.youtube.com/playlist?list=PLTqJEAOVD7bqEUavfK3e2Np2vHhKtBXO- β€οΈπ Social Handleβ€οΈπ You can Follow me on: IinkedIn : https://www.linkedin.com/in/akshay-kurhekar-64438a168/ Instagram: https://www.instagram.com/akshay_kurhekar/ Dev Community: https://dev.to/akshaykurhekar So, what are you waiting for? Hit the subscribe π button, share π this video with your friends, and don't forget to smash that like π button. I'll see you in the next video. Until then, β€οΈJAI HIND! β€οΈ
