|
1 |
| -*Big Update*: [New Rinkeby Faucet Located Here](https://faucets.chain.link/rinkeby). |
2 |
| -You can find [Backup Faucets here](https://docs.chain.link/docs/link-token-contracts/#rinkeby). |
| 1 | +*Big Update*: [New Goerli Faucet Located Here](https://faucets.chain.link/goerli). |
| 2 | +*Kovan, Ropsten, and Rinkeby have been deprecated.* |
| 3 | + |
| 4 | + |
| 5 | +You'll need to verify via Twitter to get ETH & LINK. |
| 6 | +You can find [Backup Faucets here](https://docs.chain.link/docs/link-token-contracts/#goerli). |
3 | 7 |
|
4 | 8 | Additionally, lesson 7 uses Chainlink VRF v1 instead of v2, [you can find the docs for Chainlink VRFv1 here](https://docs.chain.link/docs/get-a-random-number/v1/).
|
5 | 9 |
|
@@ -55,6 +59,7 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
|
55 | 59 | - [Funding and Withdrawing Python Scripts](#funding-and-withdrawing-python-scripts)
|
56 | 60 | - [Testing across networks](#testing-across-networks)
|
57 | 61 | - [Git](#git)
|
| 62 | + - [Compatibility with Ganache UI](#compatibility-with-ganache-ui) |
58 | 63 | - [Lesson 7: SmartContract Lottery](#lesson-7-smartcontract-lottery)
|
59 | 64 | - [Introduction](#introduction-1)
|
60 | 65 | - [`Lottery.sol`](#lotterysol)
|
@@ -90,6 +95,7 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
|
90 | 95 | - [Learning More](#learning-more)
|
91 | 96 | - [Community](#community)
|
92 | 97 | - [Hackathons](#hackathons)
|
| 98 | + - [Vyper](#vyper) |
93 | 99 |
|
94 | 100 | # Resources For This Course
|
95 | 101 | ### Questions
|
@@ -118,10 +124,12 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
|
118 | 124 | ## Making Your First Transaction
|
119 | 125 | - [Metamask](https://metamask.io/)
|
120 | 126 | - [Etherscan](https://etherscan.io/)
|
| 127 | +- [Goerli Etherscan](https://goerli.etherscan.io/) |
121 | 128 | - [Rinkeby Etherscan](https://rinkeby.etherscan.io/)
|
122 | 129 | - [Kovan Etherscan](https://kovan.etherscan.io/)
|
| 130 | +- [Goerli Faucet](https://faucets.chain.link/goerli) |
123 | 131 | - Rinkeby Faucet (Check the [link token contracts page](https://docs.chain.link/docs/link-token-contracts/#rinkeby))
|
124 |
| - - NOTE: The Chainlink documentation always has the most up to date faucets on their [link token contracts page](https://docs.chain.link/docs/link-token-contracts/#rinkeby). If the faucet above is broken, check the chainlink documentation for the most up to date faucet. |
| 132 | + - NOTE: You can always find the most up to date faucets at [faucets.chain.link](https://faucets.chain.link/). |
125 | 133 | - OR, use the [Kovan ETH Faucet](https://faucets.chain.link/), just be sure to swap your metamask to kovan!
|
126 | 134 | - [Gas and Gas Fees](https://ethereum.org/en/developers/docs/gas/)
|
127 | 135 | - [Wei, Gwei, and Ether Converter](https://eth-converter.com/)
|
@@ -170,7 +178,7 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
|
170 | 178 | - Recap
|
171 | 179 | ### Deploying to a "Live" network
|
172 | 180 | - A testnet or mainnet
|
173 |
| -- [Find a faucet here](https://docs.chain.link/docs/link-token-contracts/#rinkeby) |
| 181 | +- [Find a faucet here](https://faucets.chain.link/) |
174 | 182 | - Connecting Metamask
|
175 | 183 | - Interacting with Deployed Contracts
|
176 | 184 | - The EVM
|
@@ -529,6 +537,9 @@ E ValueError: Execution reverted during call: 'VM Exception while proc
|
529 | 537 | - Viewing our token in metamask
|
530 | 538 | - Adding to an exchange
|
531 | 539 | # Lesson 10: [Defi & Aave](https://github.com/PatrickAlphaC/aave_brownie_py_freecode)
|
| 540 | + |
| 541 | +*NOTE: This repo is now archived as kovan is no longer supported. You can still follow along with the learning, but know the code may not work the same on a different testnet. |
| 542 | + |
532 | 543 | 💻 Code: https://github.com/PatrickAlphaC/aave_brownie_py_freecode
|
533 | 544 |
|
534 | 545 | ### Defi Intro
|
@@ -715,6 +726,11 @@ E ValueError: Execution reverted during call: 'VM Exception while proc
|
715 | 726 | - Testing our upgrades
|
716 | 727 | ### Upgrades on a testnet
|
717 | 728 | # Bonus Lesson 13: [Full Stack Defi](https://github.com/PatrickAlphaC/defi-stake-yield-brownie-freecode)
|
| 729 | + |
| 730 | +*Note: This section is archived as kovan is now deprecated. If you're looking to learn more Full-stack, check out the full stack portions of the hardhat/javascript video.* |
| 731 | + |
| 732 | +*Link to hardhat/javascript video with more full-stack examples: https://github.com/smartcontractkit/full-blockchain-solidity-course-js* |
| 733 | + |
718 | 734 | 💻 Code: https://github.com/PatrickAlphaC/defi-stake-yield-brownie-freecode
|
719 | 735 |
|
720 | 736 | - [FreeCodeCamp React](https://www.freecodecamp.org/news/tag/react/)
|
|
0 commit comments