Skip to content

Commit

Permalink
Add Adam's Video Tutorial (#6060)
Browse files Browse the repository at this point in the history
* added videos

* Update docs/learn/learn-guides-accounts-multisig.md

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Jul 5, 2024
1 parent 5f901e6 commit 0c4b4b8
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
14 changes: 14 additions & 0 deletions docs/learn/learn-guides-accounts-multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,20 @@ for more information.

## Multisig Transactions with Extrinsic Tab

See the video tutorial below to learn about multi-signature accounts and how you can transact with them using
the Polkadot-JS UI.

<div className="row">
<div className="col text--center">
<a href="https://youtu.be/Qv_nJVcvQr8?t=2109">
<img src="https://img.youtube.com/vi/Qv_nJVcvQr8/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="https://youtu.be/Qv_nJVcvQr8?t=2109">Transact with Multi-signature Accounts</a>
</p>
</div>
</div>

There are three types of actions you can take with a multisig account:

- Executing a call `asMulti`. This is used to begin or end a multisig transaction.
Expand Down
10 changes: 9 additions & 1 deletion docs/learn/learn-guides-accounts-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Proxies allow users to use an account (it can be in cold storage or a hot wallet
but actively participate in the network with the weight of the tokens in that account. Proxies are
allowed to perform a limited amount of actions related to specific
[substrate pallets](https://docs.substrate.io/reference/frame-pallets/) on behalf of another
account. The video below contains more information about using proxies.
account. The videos below contain more information about using proxies.

<div className="row">
<div className="col text--center">
Expand All @@ -30,6 +30,14 @@ account. The video below contains more information about using proxies.
<a href="https://www.youtube.com/watch?v=1tcygkq52tU">Proxy Accounts Tutorial</a>
</p>
</div>
<div className="col text--center">
<a href="https://www.youtube.com/watch?v=Qv_nJVcvQr8&t=4437s">
<img src="https://img.youtube.com/vi/Qv_nJVcvQr8/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="https://www.youtube.com/watch?v=Qv_nJVcvQr8&t=4437s">Proxy Accounts Advanced Tutorial</a>
</p>
</div>
</div>

:::tip Know how to check the calls and pallets accessible by proxies
Expand Down
8 changes: 8 additions & 0 deletions docs/learn/learn-guides-bounties.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ See the video tutorial below to learn how you can create a bounty and submit it
an OpenGov referendum.

<div className="row">
<div className="col text--center">
<a href="https://youtu.be/Qv_nJVcvQr8?t=52">
<img src="https://img.youtube.com/vi/Qv_nJVcvQr8/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
</a>
<p>
<a href="https://youtu.be/Qv_nJVcvQr8?t=52">Introduction to Bounties</a>
</p>
</div>
<div className="col text--center">
<a href="https://www.youtube.com/watch?v=8Cft1-8RWmk">
<img src="https://img.youtube.com/vi/8Cft1-8RWmk/0.jpg" width="350" style={{ borderRadius: 10, border: '1px solid slategrey' }} />
Expand Down

0 comments on commit 0c4b4b8

Please sign in to comment.