https://github.com/mmqnym/alchemyuniversitystudentprojects
A repository of all my projects from studying at AU.
https://github.com/mmqnym/alchemyuniversitystudentprojects
alchemy alchemy-university ethereum ethersjs javascript rainbowkit react solidity tailwindcss typescript wagmi
Last synced: 2 months ago
JSON representation
A repository of all my projects from studying at AU.
- Host: GitHub
- URL: https://github.com/mmqnym/alchemyuniversitystudentprojects
- Owner: mmqnym
- License: mit
- Created: 2023-03-06T04:05:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T11:42:03.000Z (about 2 years ago)
- Last Synced: 2025-03-08T21:41:14.208Z (2 months ago)
- Topics: alchemy, alchemy-university, ethereum, ethersjs, javascript, rainbowkit, react, solidity, tailwindcss, typescript, wagmi
- Language: JavaScript
- Homepage: https://university.alchemy.com/
- Size: 1.03 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Alchemy University Student Project
This is a repository of my weekly projects while studying at [Alchemy University](https://university.alchemy.com/) for everyone's reference, communication and learning.
Let's move towards Web3 together!
## Projects
- Week1 - ECDSA Node simulation
- Week2 - Gift List using Merkle tree
- Week3 - Block explorer <[Live Demo](https://blockexplorer.whileweb3.dev/)>
- Week4 - Intermediate contract <[Contract](https://goerli.etherscan.io/address/0xe519A0543E8184aA36B57aE38Ec5aADa17982A76)>
- Week5 - escrow-hardhat <[Live Demo](https://escrowdapp.whileweb3.dev/)>
- Week6 - Practicing contract skills on the AU coding platform
- Week7 - Practicing contract skills on the AU coding platform
- Week8 - Final Project()## Refenence
### Week 1
- [ECDSA Node](https://github.com/starkbank/ecdsa-node)
### Week 2
- [Example](https://github.com/0xmimiQ/AlchemyUniversityStudentProjects/blob/main/week2/GiftList/utils/example.js)
- [NFT whitelist tutorial](https://medium.com/@ItsCuzzo/using-merkle-trees-for-nft-whitelists-523b58ada3f9)### Week 3
- [Alechemy SDK doc](https://docs.alchemy.com/reference/alchemy-sdk-quickstart)
- [etherscan.io](https://etherscan.io/)### Week 4
- [Calling function from another contract](https://ethereum.stackexchange.com/questions/109530/calling-function-from-another-contract)
### Week 5
- [hardhat](https://hardhat.org/docs)
- [ethers.js v5](https://docs.ethers.org/v5/)
- [wagmi (React Hook for Ethereum)](https://wagmi.sh/)
- [rainbowkit](https://www.rainbowkit.com/docs/introduction)
- [react-toastify](https://fkhadra.github.io/react-toastify/introduction/)### Week 6
### Week 7
### Week 8
## Linense
[MIT](./README.md)