Skip to content

Commit 5533ecd

Browse files
authored
Merge pull request smartcontractkit#1701 from smartcontractkit/upgrade-to-goerli
update for goerli
2 parents 82ee1ba + c666f10 commit 5533ecd

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

README.md

+20-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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).
37

48
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/).
59

@@ -55,6 +59,7 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
5559
- [Funding and Withdrawing Python Scripts](#funding-and-withdrawing-python-scripts)
5660
- [Testing across networks](#testing-across-networks)
5761
- [Git](#git)
62+
- [Compatibility with Ganache UI](#compatibility-with-ganache-ui)
5863
- [Lesson 7: SmartContract Lottery](#lesson-7-smartcontract-lottery)
5964
- [Introduction](#introduction-1)
6065
- [`Lottery.sol`](#lotterysol)
@@ -90,6 +95,7 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
9095
- [Learning More](#learning-more)
9196
- [Community](#community)
9297
- [Hackathons](#hackathons)
98+
- [Vyper](#vyper)
9399

94100
# Resources For This Course
95101
### Questions
@@ -118,10 +124,12 @@ Welcome to the repository for the Ultimate Solidity, Blockchain, and Smart Contr
118124
## Making Your First Transaction
119125
- [Metamask](https://metamask.io/)
120126
- [Etherscan](https://etherscan.io/)
127+
- [Goerli Etherscan](https://goerli.etherscan.io/)
121128
- [Rinkeby Etherscan](https://rinkeby.etherscan.io/)
122129
- [Kovan Etherscan](https://kovan.etherscan.io/)
130+
- [Goerli Faucet](https://faucets.chain.link/goerli)
123131
- 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/).
125133
- OR, use the [Kovan ETH Faucet](https://faucets.chain.link/), just be sure to swap your metamask to kovan!
126134
- [Gas and Gas Fees](https://ethereum.org/en/developers/docs/gas/)
127135
- [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
170178
- Recap
171179
### Deploying to a "Live" network
172180
- 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/)
174182
- Connecting Metamask
175183
- Interacting with Deployed Contracts
176184
- The EVM
@@ -529,6 +537,9 @@ E ValueError: Execution reverted during call: 'VM Exception while proc
529537
- Viewing our token in metamask
530538
- Adding to an exchange
531539
# 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+
532543
💻 Code: https://github.com/PatrickAlphaC/aave_brownie_py_freecode
533544

534545
### Defi Intro
@@ -715,6 +726,11 @@ E ValueError: Execution reverted during call: 'VM Exception while proc
715726
- Testing our upgrades
716727
### Upgrades on a testnet
717728
# 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+
718734
💻 Code: https://github.com/PatrickAlphaC/defi-stake-yield-brownie-freecode
719735

720736
- [FreeCodeCamp React](https://www.freecodecamp.org/news/tag/react/)

0 commit comments

Comments
 (0)