From af04ae69480f42e6173a791f4843a88895f80471 Mon Sep 17 00:00:00 2001 From: ipopescu Date: Sat, 18 Nov 2023 21:05:13 +0100 Subject: [PATCH] Update links --- source/docs/casper/developers/cli/calling-contracts.md | 2 +- .../casper/developers/writing-onchain-code/getting-started.md | 2 +- source/docs/casper/developers/writing-onchain-code/index.md | 2 +- .../casper/developers/writing-onchain-code/simple-contract.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/docs/casper/developers/cli/calling-contracts.md b/source/docs/casper/developers/cli/calling-contracts.md index c8efd84544..1e1afe7a61 100644 --- a/source/docs/casper/developers/cli/calling-contracts.md +++ b/source/docs/casper/developers/cli/calling-contracts.md @@ -140,7 +140,7 @@ casper-client put-deploy \ This video shows how to call a modified Counter contract using session arguments.

- +

diff --git a/source/docs/casper/developers/writing-onchain-code/getting-started.md b/source/docs/casper/developers/writing-onchain-code/getting-started.md index fcada4ed38..f0ff5972e2 100644 --- a/source/docs/casper/developers/writing-onchain-code/getting-started.md +++ b/source/docs/casper/developers/writing-onchain-code/getting-started.md @@ -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.

- +

## Rust Resources {#rust-resources} diff --git a/source/docs/casper/developers/writing-onchain-code/index.md b/source/docs/casper/developers/writing-onchain-code/index.md index 96580532a3..f1a1174a63 100644 --- a/source/docs/casper/developers/writing-onchain-code/index.md +++ b/source/docs/casper/developers/writing-onchain-code/index.md @@ -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.

- +

| Title | Description | diff --git a/source/docs/casper/developers/writing-onchain-code/simple-contract.md b/source/docs/casper/developers/writing-onchain-code/simple-contract.md index 48af9c8b27..4c9f7a58fc 100644 --- a/source/docs/casper/developers/writing-onchain-code/simple-contract.md +++ b/source/docs/casper/developers/writing-onchain-code/simple-contract.md @@ -471,7 +471,7 @@ Contract execution must be initiated through an outside call, usually via [sessi The following brief video accompanies this guide.

- +