Tutorials:Index: Difference between revisions
No edit summary |
(→Web 3) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=Bitcoin in Practice= | =Web 3= | ||
The following tutorials are part of the educational materials created to explain how the Seasonal Tokens system work. They are self sufficient and can be used as a general introduction to | |||
the fundamentals of cryptocurrency. | |||
There are thousands of cryptos, but they follow two basic design principles with Bitcoin and Ethereum as the main examples. If you understand how Bitcoin and Ethereum work, you are in the best position to | |||
understand any other crypto project. | |||
We will talk also about the Polygon network, a "layer 2" blockchain related to Ethereum, used for fast and cheap transactions. | |||
You can help yourself with the tutorials, and if you have any question you can open a "Tutorials" ticket in the Seasonal Tokens discord server and a team member will help you out. | |||
https://discord.com/invite/seasonaltokens | |||
These tutorials were part of a series of quests in the Seasonal Tokens Zealy platform, so you may see some references to "quests" and tasks related to that platform. | |||
However, here the tutorials are self contained, and the references to Zealy tasks and quests will be cleaned up over time. | |||
==Web III Introduction== | |||
# [[Tutorials:b01e | Web3 Introduction ]] | |||
# [[Tutorials:75c1 | Token Ecosystem ]] | |||
# [[Tutorials:878c | Install Metamask ]] | |||
# [[Tutorials:04bb | Private Keys and Public Address ]] | |||
# [[Tutorials:9169 | Layer II ]] | |||
# [[Tutorials:f89e | Connect Account ]] | |||
# [[Tutorials:3b3a | Changing Networks ]] | |||
==Web III: Transactions== | |||
# [[Tutorials:82e0 | Sample Transaction ]] | |||
# [[Tutorials:a744 | Add Tokens to Metamask ]] | |||
# [[Tutorials:0204 | POL transaction ]] | |||
# [[Tutorials:8717 | Swap tokens for Pol Using Metamask ]] | |||
# [[Tutorials:8718 | Swap tokens for Pol Using Uniswap ]] | |||
# [[Tutorials:9adf | Front-running Bots ]] | |||
==Web III: Smart Contracts== | |||
# [[Tutorials:8d4f | Read Contract ]] | |||
# [[Tutorials:19d6 | Mint Transaction ]] | |||
==Web III: Uniswap DEX== | |||
# [[Tutorials:3407 | Swap Pol For Tokens ]] | |||
# [[Tutorials:3408 | Uniswap Liquidity Pools ]] | |||
# [[Tutorials:c6b6 | Uniswap Liquidity Pools II ]] | |||
# [[Tutorials:baa3 | Swap Summer for Autumn Tokens in Metamask]] | |||
# [[Tutorials:baa4 | Swap Autumn for Summer Tokens in Uniswap]] | |||
==Web III: Farming== | |||
# [[Tutorials:df9c | Creating a Liquidity Position ]] | |||
# [[Tutorials:46bd | Deposit the Liquidity Position in the Farm ]] | |||
==Web 3 NFT:== | |||
# [[About NFT |About NFTs]] | |||
# [[NFT_token_contract | Interact directly with the TOKEN CONTRACT ]] | |||
= The Beginners Guide to Crypto = | |||
Seasonal tokens can be described as four cryptos implementing Bitcoin's economic principles in the Ethereum Virtual Machine. | |||
In this section we will cover the fundamentals of Bitcoin and Ethereum technologies. | |||
==Bitcoin in Practice== | |||
# [[Tutorials:6afe | Install Electrum ]] | # [[Tutorials:6afe | Install Electrum ]] | ||
| Line 6: | Line 70: | ||
# [[Tutorials:1a32 | Top Cryptocurrency Exchanges: ]] | # [[Tutorials:1a32 | Top Cryptocurrency Exchanges: ]] | ||
=Bitcoin and Cryptography= | ==Bitcoin and Cryptography== | ||
# [[Tutorials:d4bb | Cryptography ]] | # [[Tutorials:d4bb | Cryptography ]] | ||
| Line 13: | Line 77: | ||
# [[Tutorials:ca6e | Encrypt / Decrypt a message ]] | # [[Tutorials:ca6e | Encrypt / Decrypt a message ]] | ||
=Crypto Market Cap= | ==Crypto Market Cap== | ||
# [[Tutorials:eda1 | Crypto Market Cap ]] | # [[Tutorials:eda1 | Crypto Market Cap ]] | ||
| Line 20: | Line 84: | ||
# [[Tutorials:ae70 | BTC Dominance Chart ]] | # [[Tutorials:ae70 | BTC Dominance Chart ]] | ||
=Bitcoin Price History= | ==Bitcoin Price History== | ||
# [[Tutorials:568b | View all Price History ]] | # [[Tutorials:568b | View all Price History ]] | ||
| Line 27: | Line 91: | ||
# [[Tutorials:968c | Module Summary / check point / ]] | # [[Tutorials:968c | Module Summary / check point / ]] | ||
=Bitcoin= | ==Bitcoin== | ||
# [[Tutorials:ef04 | Visit the Cryptography Mailing List ]] | # [[Tutorials:ef04 | Visit the Cryptography Mailing List ]] | ||
| Line 38: | Line 102: | ||
# [[Tutorials:bc29 | Summary / Check Point ]] | # [[Tutorials:bc29 | Summary / Check Point ]] | ||
=The Block Chain= | ==The Block Chain== | ||
# [[Tutorials:f7a6 | Peer to Peer Computer Network ]] | # [[Tutorials:f7a6 | Peer to Peer Computer Network ]] | ||
| Line 47: | Line 111: | ||
# [[Tutorials:7988 | How Secure is Bitcoin? ]] | # [[Tutorials:7988 | How Secure is Bitcoin? ]] | ||
=Ethereum= | ==Ethereum== | ||
# [[Tutorials:35e1 | Gas fees ]] | # [[Tutorials:35e1 | Gas fees ]] | ||
| Line 55: | Line 119: | ||
# [[Tutorials:78ee | Automated Market Making ]] | # [[Tutorials:78ee | Automated Market Making ]] | ||
=Summary / Check Point= | ==Summary / Check Point== | ||
[[Tutorials:summary | General Summary ]] | [[Tutorials:summary | General Summary ]] | ||
Latest revision as of 19:42, 18 November 2025
Web 3
The following tutorials are part of the educational materials created to explain how the Seasonal Tokens system work. They are self sufficient and can be used as a general introduction to the fundamentals of cryptocurrency.
There are thousands of cryptos, but they follow two basic design principles with Bitcoin and Ethereum as the main examples. If you understand how Bitcoin and Ethereum work, you are in the best position to understand any other crypto project.
We will talk also about the Polygon network, a "layer 2" blockchain related to Ethereum, used for fast and cheap transactions.
You can help yourself with the tutorials, and if you have any question you can open a "Tutorials" ticket in the Seasonal Tokens discord server and a team member will help you out.
https://discord.com/invite/seasonaltokens
These tutorials were part of a series of quests in the Seasonal Tokens Zealy platform, so you may see some references to "quests" and tasks related to that platform. However, here the tutorials are self contained, and the references to Zealy tasks and quests will be cleaned up over time.
Web III Introduction
- Web3 Introduction
- Token Ecosystem
- Install Metamask
- Private Keys and Public Address
- Layer II
- Connect Account
- Changing Networks
Web III: Transactions
- Sample Transaction
- Add Tokens to Metamask
- POL transaction
- Swap tokens for Pol Using Metamask
- Swap tokens for Pol Using Uniswap
- Front-running Bots
Web III: Smart Contracts
Web III: Uniswap DEX
- Swap Pol For Tokens
- Uniswap Liquidity Pools
- Uniswap Liquidity Pools II
- Swap Summer for Autumn Tokens in Metamask
- Swap Autumn for Summer Tokens in Uniswap
Web III: Farming
Web 3 NFT:
The Beginners Guide to Crypto
Seasonal tokens can be described as four cryptos implementing Bitcoin's economic principles in the Ethereum Virtual Machine. In this section we will cover the fundamentals of Bitcoin and Ethereum technologies.
Bitcoin in Practice
Bitcoin and Cryptography
Crypto Market Cap
Bitcoin Price History
- View all Price History
- Analyzing the Bitcoin Price History Chart
- Comparing BTC and ETH Price History
- Module Summary / check point /
Bitcoin
- Visit the Cryptography Mailing List
- Reading the Abstract in Bitcoin's White Paper
- Bitcoin Client Released
- Find out what is the current Bitcoin reward per block
- Bitcoin Mining
- Total Hash Rate
- Proof of Work and cost of production
- Summary / Check Point
The Block Chain
- Peer to Peer Computer Network
- Blockchain Explorer Introduction
- First transaction between 2 persons> Satoshi to Hal Finney:
- First Bitcoin Sold
- The latest Block mined
- How Secure is Bitcoin?
Ethereum
- Gas fees
- Smart Contract
- Ethereum Address vs Bitcoin Address
- Decentralized Exchange DEX
- Automated Market Making