https://github.com/xarlizard/au_weekly_projects
Folder for completion of AlchemyUniversity blockchain/frontend projects, all completed by me
https://github.com/xarlizard/au_weekly_projects
ethereum ethersjs hardhat javascript nodejs react solidity
Last synced: 2 months ago
JSON representation
Folder for completion of AlchemyUniversity blockchain/frontend projects, all completed by me
- Host: GitHub
- URL: https://github.com/xarlizard/au_weekly_projects
- Owner: xarlizard
- Created: 2023-03-31T00:51:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T15:13:22.000Z (almost 3 years ago)
- Last Synced: 2025-08-04T09:17:43.610Z (11 months ago)
- Topics: ethereum, ethersjs, hardhat, javascript, nodejs, react, solidity
- Language: JavaScript
- Homepage: https://university.alchemy.com/
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AU_Weekly_Projects      
Repo for hosting all the projects that I've finished by/thanksTo completing AlchemyUniversity courses
Downloading each project dependencies is needed in order to run / test each project independently. Just download and `cd` into the desired project folder (for example "WeekX_projectY") and run `npm install` to aquire the required dependencies for that project.
Keep in mind that some projects also require a `.env` file (not included) containing the API private key(s) needed for running the project and sometimes also an ethereum testnet (Goerli) wallet private key, in those cases it would be specified at the `readme.md` file inside that specific project folder. Each API key can be aquired at https://dashboard.alchemy.com/ by getting a free account.