mirror of
https://github.com/smartcontractkit/full-blockchain-solidity-course-js.git
synced 2025-06-27 17:27:17 +00:00
wip
This commit is contained in:
parent
250f4a6b8d
commit
3beeae878f
51
.outline.md
51
.outline.md
@ -1,22 +1,24 @@
|
||||
0. Blockchain Basics
|
||||
0. Blockchain Basics
|
||||
1. Wallet
|
||||
1. [Remix SimpleStorage](https://github.com/PatrickAlphaC/simpleStorageFCC)
|
||||
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)
|
||||
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)
|
||||
@ -31,16 +33,23 @@
|
||||
3. Writing smart contracts
|
||||
4. Building
|
||||
5. NFT API for thegraph protocol
|
||||
15. [Hardhat Upgrades]()
|
||||
1. Parameter
|
||||
2. Social Migrate
|
||||
3. Metamorphic
|
||||
4. Proxy
|
||||
1. Transparent
|
||||
2. UUPS
|
||||
3. Diamond
|
||||
16. [Hardhat DAOs]()
|
||||
17. [Hardhat Security]()
|
||||
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
|
||||
18. [Low Level, Assembly/Yul, and Gas Optimizations]()
|
||||
3. Top Tools
|
||||
|
Loading…
Reference in New Issue
Block a user