@@ -1135,23 +1135,29 @@ MetaMask - RPC Error:
11351135
11361136## Introduction
11371137## Hardhat Setup - Smart Contract Lottery
1138+ * [ ⌨️ (13:43:43) Hardhat Setup] ( https://youtu.be/gyMwXuJrbJQ?t=49423 ) *
11381139- Install dependencies:
11391140``` bash
11401141yarn add --dev @nomiclabs/hardhat-ethers@npm:hardhat-deploy-ethers ethers @nomiclabs/hardhat-etherscan @nomiclabs/hardhat-waffle chai ethereum-waffle hardhat hardhat-contract-sizer hardhat-deploy hardhat-gas-reporter prettier prettier-plugin-solidity solhint solidity-coverage dotenv
11411142```
11421143## Raffle.sol Setup
1144+ * [ ⌨️ (13:46:55) Raffle.sol Setup] ( https://youtu.be/gyMwXuJrbJQ?t=49615 ) *
11431145- [ Custom Errors in Solidity] ( https://blog.soliditylang.org/2021/04/21/custom-errors/ )
11441146## Introduction to Events
1147+ * [ ⌨️ (13:54:02) Introduction to Events] ( https://youtu.be/gyMwXuJrbJQ?t=50042 ) *
11451148- [ Events & Logging Video] ( https://www.youtube.com/watch?v=KDYJC85eS5M )
11461149- [ Events & Logging in Hardhat] ( https://github.com/PatrickAlphaC/hardhat-events-logs )
11471150## Events in Raffle.sol
1151+ * [ ⌨️ (14:00:47) Events in Raffle.sol] ( https://youtu.be/gyMwXuJrbJQ?t=50447 ) *
11481152## Introduction to Chainlink VRF
1153+ * [ ⌨️ (14:02:30) Introduction to Chainlink VRF] ( https://youtu.be/gyMwXuJrbJQ?t=50550 ) *
11491154- [ Special Guest Stephen Fluin] ( https://twitter.com/stephenfluin )
11501155### Sub-Lesson: Chainlink VRF
11511156> - [ Chainlink VRFv2 Docs] ( https://docs.chain.link/docs/get-a-random-number/ )
11521157> - [ Chainlink VRFv2 Walkthrough] ( https://www.youtube.com/watch?v=rdJ5d8j1RCg )
11531158> - [ Chainlink Contracts] ( https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/VRFConsumerBase.sol )
11541159## Implementing Chainlink VRF - Introduction
1160+ * [ ⌨️ (14:09:53) Implementing Chainlink VRF] ( https://youtu.be/gyMwXuJrbJQ?t=50993 ) *
11551161### Hardhat Shorthand
11561162- [ Hardhat Shorthand] ( https://hardhat.org/guides/shorthand.html )
11571163## Implementing Chainlink VRF - The Request
0 commit comments