Skip to content

Commit

Permalink
Merge pull request #1332 from casper-network/1331_updated_links
Browse files Browse the repository at this point in the history
Update links to new videos
  • Loading branch information
ipopescu authored Nov 20, 2023
2 parents a069f2c + af04ae6 commit 0731ab5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/docs/casper/developers/cli/calling-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ casper-client put-deploy \
This video shows how to call a modified Counter contract using session arguments.

<p align="center">
<iframe width="400" height="225" src="https://www.youtube.com/embed?v=sUg0nh3K3iQ&list=PL8oWxbJ-csEqi5FP87EJZViE2aLz6X1Mj&index=14" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/XB_ojY1_0Uo" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ As a brief example, open up _my-project/contract/src/main.rs_ in your editor, mo
The following video tutorial complements this guide.

<p align="center">
<iframe width="400" height="225" src="https://www.youtube.com/embed?v=TRmmiFBwPr0&list=PL8oWxbJ-csEqi5FP87EJZViE2aLz6X1Mj&index=2" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/aIhA5fPIHus" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>

## Rust Resources {#rust-resources}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: /writing-contracts
This section shows you how to write session code and smart contracts in Rust and WebAssembly (Wasm) for a Casper network. When referring to session code, these documents outline logic that executes in the context of an account. In contrast, smart contracts consist of logic installed on-chain, for use by multiple parties. There is a large overlap between the processes of writing session code versus contract code, with some semantic differences outlined in their respective documentation. The [Video Series for Writing On-Chain Code](https://www.youtube.com/playlist?list=PL8oWxbJ-csEqi5FP87EJZViE2aLz6X1Mj) accompanies the topics below.

<p align="center">
<iframe width="400" height="225" src="https://www.youtube.com/embed?v=q5nW4MUT8q4&list=PL8oWxbJ-csEqi5FP87EJZViE2aLz6X1Mj&index=1" position="middle" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/JoOjhSOnQzk" position="middle" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>

| Title | Description |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ Contract execution must be initiated through an outside call, usually via [sessi
The following brief video accompanies this guide.
<p align="center">
<iframe width="400" height="225" src="https://www.youtube.com/embed?v=sUg0nh3K3iQ&list=PL8oWxbJ-csEqi5FP87EJZViE2aLz6X1Mj&index=6" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="400" height="225" src="https://www.youtube.com/embed/yHJwkhO5EQg" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
Expand Down

0 comments on commit 0731ab5

Please sign in to comment.