mirror of
https://github.com/smartcontractkit/full-blockchain-solidity-course-js.git
synced 2026-09-09 18:26:20 +00:00
Merge pull request #1003 from MSBivens/patch-1
Provided lesson 1 timestamps
This commit is contained in:
@@ -543,6 +543,7 @@ Backup Faucet: https://goerlifaucet.com/
|
||||
- [What is a blockchain](https://www.investopedia.com/terms/b/blockchain.asp)
|
||||
|
||||
## The Purpose Of Smart Contracts
|
||||
*[⌨️ (00:18:27) The Purpose of Smart Contracts](https://youtu.be/gyMwXuJrbJQ?t=1107)*
|
||||
- 🎥 [Original Video](https://www.youtube.com/watch?v=_JeRq7Gwj5Y&feature=youtu.be)
|
||||
- 🦬 [My ETH Denver Talk](https://www.youtube.com/watch?v=06hXCX_jj2E)
|
||||
- 🍔 [McDonalds Scandal](https://www.chicagotribune.com/sns-mcdonalds-story.html)
|
||||
@@ -552,6 +553,7 @@ Backup Faucet: https://goerlifaucet.com/
|
||||
- 🔮 [Chainlink & Oracles](https://www.youtube.com/watch?v=tIUHQ7sDoaU)
|
||||
|
||||
## Other Blockchain Benefits
|
||||
*[⌨️ (00:30:41) Other Blockchain Benefits](https://youtu.be/gyMwXuJrbJQ?t=1841)*
|
||||
- Decentralized
|
||||
- Transparency & Flexibility
|
||||
- Speed & Efficiency
|
||||
@@ -559,7 +561,8 @@ Backup Faucet: https://goerlifaucet.com/
|
||||
- Counterparty Risk Removal
|
||||
- Trust Minimized Agreements
|
||||
|
||||
## What have Smart Contracts done so far?
|
||||
## What have Smart Contracts done so far?
|
||||
*[⌨️ (00:36:36) What have Smart Contracts done so far?](https://youtu.be/gyMwXuJrbJQ?t=2196)*
|
||||
- [DeFi](https://chain.link/education/defi)
|
||||
- [Defi Llama](https://defillama.com/)
|
||||
- [Why DeFi is Important](https://medium.com/the-capital/why-defi-1519cc4d4bd3)
|
||||
@@ -567,6 +570,7 @@ Backup Faucet: https://goerlifaucet.com/
|
||||
- [NFTs](https://www.youtube.com/watch?v=9yuHz6g_P50)
|
||||
|
||||
## Making Your First Transaction
|
||||
*[⌨️ (00:39:17) Making Your First Transaction](https://youtu.be/gyMwXuJrbJQ?t=2357)*
|
||||
- [Metamask Download Link](https://metamask.io/)
|
||||
- [What is a Private Key?](https://www.coinbase.com/learn/crypto-basics/what-is-a-private-key)
|
||||
- [What is a Secret Phrase?](https://metamask.zendesk.com/hc/en-us/articles/360060826432-What-is-a-Secret-Recovery-Phrase-and-how-to-keep-your-crypto-wallet-secure)
|
||||
@@ -577,30 +581,36 @@ Backup Faucet: https://goerlifaucet.com/
|
||||
- OR, use the [Goerli ETH Faucet](https://faucets.chain.link/), just be sure to swap your metamask to goerli!
|
||||
|
||||
## Gas I: Introduction to Gas
|
||||
*[⌨️ (00:58:59) Gas I: Introduction to Gas](https://youtu.be/gyMwXuJrbJQ?t=3539)*
|
||||
- [Gas and Gas Fees](https://ethereum.org/en/developers/docs/gas/)
|
||||
- [Wei, Gwei, and Ether Converter](https://eth-converter.com/)
|
||||
- [ETH Gas Station](https://ethgasstation.info/)
|
||||
|
||||
## How Do Blockchains Work?
|
||||
*[⌨️ (01:05:32) How Do Blockchains Work](https://youtu.be/gyMwXuJrbJQ?t=3932)*
|
||||
- [What is a hash?](https://techjury.net/blog/what-is-cryptographic-hash/)
|
||||
- [Blockchain Demo](https://andersbrownworth.com/blockchain/)
|
||||
- [Summary](https://ethereum.org/en/developers/docs/intro-to-ethereum/)
|
||||
|
||||
## Signing Transactions
|
||||
*[⌨️ (01:22:55) Signing Transactions](https://youtu.be/gyMwXuJrbJQ?t=4975)*
|
||||
- [Public / Private Keys](https://andersbrownworth.com/blockchain/public-private-keys/keys)
|
||||
- [Layer 2 and Rollups](https://ethereum.org/en/developers/docs/scaling/layer-2-rollups/)
|
||||
- [Decentralized Blockchain Oracles](https://blog.chain.link/what-is-the-blockchain-oracle-problem/)
|
||||
|
||||
## Gas II
|
||||
*[⌨️ (01:30:22) Gas II: Block Rewards & EIP 1559](https://youtu.be/gyMwXuJrbJQ?t=5422)*
|
||||
- [Block Rewards](https://www.investopedia.com/terms/b/block-reward.asp)
|
||||
- Advanced Gas
|
||||
- [EIP 1559](https://www.youtube.com/watch?v=MGemhK9t44Q)
|
||||
- GWEI, WEI, and ETH
|
||||
- [ETH Converter](https://eth-converter.com/)
|
||||
## Gas II Summary
|
||||
*[⌨️ (01:36:44) Gas II Summary](https://youtu.be/gyMwXuJrbJQ?t=5804)*
|
||||
- [Run Your Own Ethereum Node](https://geth.ethereum.org/docs/getting-started)
|
||||
|
||||
## High-Level Blockchain Fundamentals
|
||||
*[⌨️ (01:39:32) High-Level Blockchain Fundamentals]https://www.youtube.com/watch?v=gyMwXuJrbJQ&t=5972s()*
|
||||
- [Consensus](https://wiki.polkadot.network/docs/learn-consensus)
|
||||
- [Proof of Stake](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)
|
||||
- [Proof of Work](https://ethereum.org/en/developers/docs/consensus-mechanisms/pow/)
|
||||
|
||||
Reference in New Issue
Block a user