Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sidebars.js #2384

Merged
merged 3 commits into from
Jul 27, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions docs/learn-video-tutorials.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
id: learn-video-tutorials
title: Video Tutorials
sidebar_label: Video Tutorials
---

## Getting Started
- [Polkadot for Beginners](https://www.youtube.com/watch?v=kw8eu2VadFA&list=PLOyWqupZ-WGt-V6azbEcVuuIL_MbmgKhy)
- [A walkthrough of Polkadot's UI](https://www.youtube.com/watch?v=mNStMPZjiHM)
- [Polkadot Webinars](https://www.youtube.com/watch?v=9B10wX9Mphc&list=PLOyWqupZ-WGsLEJq0sRyvUD-pWuVwA5yg)
- [How to protect yourself from scams](https://www.youtube.com/watch?v=WqDlG4sy_i4)

## Tutorials

### Accounts, Transfers and Staking
- [How to create Polkadot accounts](https://www.youtube.com/watch?v=hhUZ40ZWqkE)
- [understanding Accounts and Keys](https://www.youtube.com/watch?v=zhfccevPqWI)
- [How to Stake DOT/KSM with Ledger](https://www.youtube.com/watch?v=VN4S8MofEW8)
- [Why do transfers fail](https://www.youtube.com/watch?v=Wzqi8-WXiK8)
- [Existential Deposit and Keep-Alive Checks](https://www.youtube.com/watch?v=ZjKpTgxDp_4)
- [Why Nominate on Polkadot and Kusama](https://youtu.be/weG_uzdSs1E)
- [Picking validators to Nominate (Stake)](https://youtu.be/ZMzhM1m4I-k)

### Governance
- [Voting on Referenda on Polkadot and Kusama](https://www.youtube.com/watch?v=BkbhhlsezGA)
- [Voting for Polkadot and Kusama council](https://www.youtube.com/watch?v=837Vv3gdRzI)

### For validators
- [Validator Resouces](https://www.youtube.com/playlist?list=PLOyWqupZ-WGsM3O0t5iWgvMkivHnwE1C_)
- [Why should you be a Validator](https://youtu.be/0EmP0s6JOW4)
- [How to upgrade your node](https://youtu.be/5LtcdBR9F40)
- [Roles and Responsibilities of a Validator](https://youtu.be/riVg_Up_fCg)

### Technical Content
- [Rust, Substrate and Polkadot](https://youtu.be/aVW_eG-IH7o)
- [Instroduction to Substrate](https://youtu.be/-6BBIr-DmI4)

## Past and Ongoing Events
- [Encode Polkadot Club 2021](https://www.youtube.com/playlist?list=PLOyWqupZ-WGvgdDcF-dW4RVEoeFZiZmQc)
- [Polkadot Decoded 2021](https://www.youtube.com/playlist?list=PLOyWqupZ-WGuAB8z_PkZD6f-IA6CUONFb)
- [Polkadot Buildathon India 2021](https://www.youtube.com/playlist?list=PLOyWqupZ-WGtnuyctbnGPPyt6DSSXH1h3)
- [Polkadot Decoded 2020](https://www.youtube.com/playlist?list=PLOyWqupZ-WGt4LvKE0n66rw_R5c3Qju5f)
- [Hackusama Webinar Series 2020](https://www.youtube.com/playlist?list=PLOyWqupZ-WGsAB7lMLn_Q7c3tbESTzXg7)
- [Web3 Builders Series 2020](https://www.youtube.com/playlist?list=PLOyWqupZ-WGve_wS2thJp34cWm_SpNNYf)
1 change: 1 addition & 0 deletions website-v2/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ module.exports = {
"learn-comparisons",
],
},
"learn-video-tutorials",
],
},
{
Expand Down