This commit is contained in:
PatrickAlphac 2022-05-20 17:29:20 -04:00
parent 556bd31f7d
commit 3e4571e7b7
3 changed files with 962 additions and 183 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
script.md

View File

@ -1,55 +0,0 @@
0. Blockchain Basics
1. Wallet
1. [Remix SimpleStorage](https://github.com/PatrickAlphaC/simpleStorageFCC)
1. Getting help
2. How to debug errors and warnings
3. Move the SPFX license thing to later - comment on warnings
2. [Remix Storage Factory](https://github.com/PatrickAlphaC/storageFactoryFCC)
3. [Remix Fund Me](https://github.com/PatrickAlphaC/fundMeFCC)
4. [ethersjs SimpleStorage](https://github.com/PatrickAlphaC/ethers-simple-storage)
5. [Hardhat Simple Storage](https://github.com/PatrickAlphaC/hardhat-simple-storage-fcc)
6. [Hardhat Fund Me](https://github.com/PatrickAlphaC/hardhat-fund-me-fcc)
7. [HTML / Javascript Fund Me](https://github.com/PatrickAlphaC/html-fund-me-fcc)
8. [Hardhat Smart Contract Lottery](https://github.com/PatrickAlphaC/hardhat-smartcontract-lottery-fcc)
9. [Nextjs Smart Contract Lottery](https://github.com/PatrickAlphaC/nextjs-smartcontract-lottery-fcc)
1. create-next-app
2. tailwindcss
3. Connect to metamask
4. Click a button to send TX
1. Speed Run Ethereum Intro
5. call, staticcall, delegatecall
6. send, transfer, call
10. [Hardhat Starter Kit](https://github.com/smartcontractkit/hardhat-starter-kit)
11. [Hardhat ERC20s](https://github.com/PatrickAlphaC/hardhat-erc20-fcc)
12. [Hardhat Defi & Aave](https://github.com/PatrickAlphaC/hardhat-defi-fcc)
1. 5 minute speedrun ethereum ft. XXX
13. [Hardhat NFTs](https://github.com/PatrickAlphaC/hardhat-nft-fcc)
1. IPFS / SVG On-Chain
2. Randomization
3. Trading Cards / Stats
14. [Nextjs NFT Marketplace]() ft. XXX
1. Creating a brand new project from scratch
2. Adding hardhat
3. Writing smart contracts
4. Building
5. NFT API for thegraph protocol
15. [Hardhat Upgrades](https://github.com/PatrickAlphaC/hardhat-upgrades-fcc)
1. Parameter
2. Social Migrate
3. Proxy
1. [Metamorphic Upgrades](https://github.com/PatrickAlphaC/hardhat-metamorphic-upgrades-fcc)
1. Collisions
2. [opcodes](https://etherscan.io/opcode-tool)
2. Transparent
3. UUPS
4. Diamond
4. Low level stuff
5. Gas optimizations
16. [Hardhat DAOs](https://github.com/PatrickAlphaC/hardhat-dao-fcc)
1. Encode data
2. Function selectors & signatures
3. abi.encodePacked, vs abi.encode etc
17. [Hardhat Security](https://github.com/PatrickAlphaC/hardhat-security-fcc)
1. Reentrancy
2. Flash Loans Attacks
3. Top Tools

1089
README.md

File diff suppressed because it is too large Load Diff