An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AU_Weekly_Projects ![ethereum](https://img.shields.io/badge/Ethereum-3C3C3D?logo=ethereum&logoColor=fff&style=for-the-badge) ![javascript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=JavaScript&logoColor=white) ![react](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB) ![node](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white) ![chai](https://img.shields.io/badge/chai.js-323330?style=for-the-badge&logo=chai&logoColor=red) ![npm](https://img.shields.io/badge/npm-CB3837?style=for-the-badge&logo=npm&logoColor=white)
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.