diff --git a/_modules/.later_modules/week-06.md b/_modules/.later_modules/week-06.md deleted file mode 100644 index 860eac6..0000000 --- a/_modules/.later_modules/week-06.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -week: 6 -title: dApp Architecture - Writing Large and Composable Contracts ---- - -Mar 23 -: **Section**{: .label .label-yellow } Compiling Contracts, Upgradability, Oracles - : [Slides]() - : [Recording](https://www.youtube.com/watch?v=MTaO3ShhL0U) -: **Vitamin**{: .label .label-green } Week 6 Quiz - : [Submit](https://forms.gle/UbUSuNQHEL9A7kGo8) -: **Lab**{: .label .label-blue } Lab Next Week - -April 5 -: **LAB DUE**{: .label .label-red } diff --git a/_modules/week-05.md b/_modules/week-05.md index 8c20e34..c827882 100644 --- a/_modules/week-05.md +++ b/_modules/week-05.md @@ -3,14 +3,14 @@ week: 5 title: Ethers.js --- -Mar 16 +Oct 4 : **LECTURE**{: .label .label-yellow } Ethers: Bringing Ethereum to the Web : [Slides](https://docs.google.com/presentation/d/12B-wEgeDtDDdLvox6G8h9HC9_-G9h4_SEOvdOFAs6Uk/edit#slide=id.g51da6455d5_0_0) : **VITAMIN**{: .label .label-green } Week 5 Quiz : [Submit](https://docs.google.com/forms/d/1uUj4Qdkt95_a2_d23NXCnMyTK1g7xCdC_UukiXuZYrg) -: **HOMEWORK**{: .label .label-blue } Optimizing the NFTMarketplace - : [GitHub Repo](https://github.com/BerkeleyBlockchain/fa23-dev-decal/tree/main) +: **HOMEWORK**{: .label .label-blue } Ethers.js + : [GitHub Repo](https://github.com/BerkeleyBlockchain/fa23-dev-decal/tree/main/hw5-ethersjs) -April 5 +Oct 11 : **HOMEWORK DUE**{: .label .label-red } : [Submit](https://www.gradescope.com/courses/608052/assignments/3510765) \ No newline at end of file diff --git a/_modules/week-06.md b/_modules/week-06.md new file mode 100644 index 0000000..b6997c0 --- /dev/null +++ b/_modules/week-06.md @@ -0,0 +1,15 @@ +--- +week: 6 +title: Intro to Rust +--- + +Oct 18 +: **LECTURE**{: .label .label-yellow } Intro to Rust + : [Slides](https://docs.google.com/presentation/d/1Q3JeV3F7GvB89CrY51TOuk6S6SiRuEw5M-97ObJHyzU/edit#slide=id.g51da6455d5_0_0) +: **VITAMIN**{: .label .label-green } Week 6 Quiz + : [Submit]() +: **HOMEWORK**{: .label .label-blue } Rust basics + : [Github Repo](https://github.com/BerkeleyBlockchain/fa23-dev-decal/tree/main/hw6-rust-basics) + +Oct 25 +: **HOMEWORK DUE**{: .label .label-red }