From 4b16b4acea8e9861fcb9f1fc858de97f73388169 Mon Sep 17 00:00:00 2001 From: Mike Bivens Date: Sun, 17 Jul 2022 18:20:45 -0500 Subject: [PATCH] Updated with Lesson 3 timestamps --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7363e28..c51926e 100644 --- a/README.md +++ b/README.md @@ -695,22 +695,27 @@ Backup Faucet: https://rinkebyfaucet.com/ 💻 Code: https://github.com/PatrickAlphaC/storage-factory-fcc ## Introduction +*[⌨️ (03:06:06) Introduction](https://youtu.be/gyMwXuJrbJQ?t=11166)* - [Factory Pattern](https://betterprogramming.pub/learn-solidity-the-factory-pattern-75d11c3e7d29) ## Basic Solidity: Importing Contracts into other Contracts +*[⌨️ (03:07:29) Importing Contracts into other Contracts](https://youtu.be/gyMwXuJrbJQ?t=11249)* - [Composibility](https://chain.link/techtalks/defi-composability) - [Solidity new keyword](https://docs.soliditylang.org/en/v0.8.14/control-structures.html?highlight=new#creating-contracts-via-new) - [Importing Code in solidity](https://solidity-by-example.org/import) ## Basic Solidity: Interacting with other Contracts +*[⌨️ (03:16:36) Interacting with other contracts](https://youtu.be/gyMwXuJrbJQ?t=11796)* - To interact, you always need: ABI + Address - [ABI](https://docs.soliditylang.org/en/v0.8.14/abi-spec.html?highlight=abi) ## Basic Solidity: Inheritance & Overrides +*[⌨️ (03:25:23) Inheritance & Overrides](https://youtu.be/gyMwXuJrbJQ?t=12323)* - [Inheritance](https://solidity-by-example.org/inheritance) - [Override & Virtual Keyword](https://docs.soliditylang.org/en/v0.8.14/contracts.html?highlight=override#function-overriding) ## Lesson 3 Recap +*[⌨️ (03:30:29) Lesson 3 Recap](https://youtu.be/gyMwXuJrbJQ?t=12629)* # Lesson 4: Remix Fund Me