This repository holds the exercises' solutions for Alchemy University Ethereum Bootcamp.
The course exercises are written in javascript but I decided to redo them in Rust to learn the language.
The exercises are grouped by week and module under the ./src
folder. Modules' final projects are not in this repository.
- week-1: Bockchain Criptography
- week-2: Blockchain Storage
- week-3: Ethereum
- week-4: Smart Contract Basics (Includes final chapter challenges)
- week-5: Solidity
- week-6: Solidity Core (Does not include front end challenges)
- week-7: Solidity Next Level (Does not include upgradable contract exercises)
As I improve my knoledge of Rust, I plan to improve/update previous exercises.