From 23e0ab4a644ed7b5f6bcb8f46e5f7d04069ee108 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Fri, 17 Jan 2025 15:11:27 -0500 Subject: [PATCH] WIP tutorial dependencies --- docs/tutorials/build-an-nft-marketplace.md | 2 ++ docs/tutorials/build-files-archive-with-dal.md | 2 ++ docs/tutorials/build-your-first-app.md | 5 +++++ docs/tutorials/create-nfts.md | 5 +++++ docs/tutorials/dapp.md | 2 ++ docs/tutorials/join-dal-baker.md | 2 ++ docs/tutorials/mobile.md | 5 +++++ docs/tutorials/security.md | 3 +++ docs/tutorials/smart-contract.md | 2 ++ docs/tutorials/smart-rollup.md | 4 ++++ docs/tutorials/smartpy-fa2-fungible.md | 2 ++ 11 files changed, 34 insertions(+) diff --git a/docs/tutorials/build-an-nft-marketplace.md b/docs/tutorials/build-an-nft-marketplace.md index f36fe5a67..b016b0140 100644 --- a/docs/tutorials/build-an-nft-marketplace.md +++ b/docs/tutorials/build-an-nft-marketplace.md @@ -2,6 +2,8 @@ title: Build an NFT marketplace authors: 'Benjamin Fuentes (Marigold)' lastUpdated: 8nd November 2023 +dependencies: + todo: 1 --- This tutorial guides you through creating a web application that allows users to buy and sell tokens of different types. diff --git a/docs/tutorials/build-files-archive-with-dal.md b/docs/tutorials/build-files-archive-with-dal.md index 8198d6c42..e3ce7ad18 100644 --- a/docs/tutorials/build-files-archive-with-dal.md +++ b/docs/tutorials/build-files-archive-with-dal.md @@ -3,6 +3,8 @@ title: Implement a file archive with the DAL and a Smart Rollup authors: 'Tezos Core Developers' last_update: date: 10 June 2024 +dependencies: + todo: 1 --- The Data Availability Layer (DAL) is a companion peer-to-peer network for the Tezos blockchain, designed to provide additional data bandwidth to Smart Rollups. diff --git a/docs/tutorials/build-your-first-app.md b/docs/tutorials/build-your-first-app.md index badc62fee..9e450764f 100644 --- a/docs/tutorials/build-your-first-app.md +++ b/docs/tutorials/build-your-first-app.md @@ -3,6 +3,11 @@ title: Build a simple web application authors: 'Claude Barde, Tim McMackin' last_update: date: 17 October 2023 +dependencies: + svelte: 5.2.0 + vite: 5.4.11 + taquito: 20.1.0 + ligo: 1.7.0 --- This tutorial shows you how to create a simple web application that uses Tezos. diff --git a/docs/tutorials/create-nfts.md b/docs/tutorials/create-nfts.md index 523fdb40f..fd6f99bdc 100644 --- a/docs/tutorials/create-nfts.md +++ b/docs/tutorials/create-nfts.md @@ -3,6 +3,11 @@ title: Create NFTs from a web application authors: Tim McMackin last_update: date: 7 January 2024 +dependencies: + smartpy: 0.20.0 + taquito: 20.1.2 + svelte: 5.14.4 + vite: 6.0.3 --- This tutorial shows you how to create a web application that interacts with the Tezos blockchain to create (mint) non-fungible tokens (NFTs). diff --git a/docs/tutorials/dapp.md b/docs/tutorials/dapp.md index 468f3d08c..610eb13de 100644 --- a/docs/tutorials/dapp.md +++ b/docs/tutorials/dapp.md @@ -3,6 +3,8 @@ title: Create your minimum dapp on Tezos authors: 'Benjamin Fuentes (Marigold)' last_update: date: 27 November 2023 +dependencies: + todo: 1 --- > dApp : A decentralized application is a type of distributed open source software application that runs on a peer-to-peer (P2P) blockchain network rather than on a single computer. DApps are visibly similar to other software applications that are supported on a website or mobile device. diff --git a/docs/tutorials/join-dal-baker.md b/docs/tutorials/join-dal-baker.md index 0866796a2..21930a5ca 100644 --- a/docs/tutorials/join-dal-baker.md +++ b/docs/tutorials/join-dal-baker.md @@ -3,6 +3,8 @@ title: Run a Tezos node in 5 steps authors: Tezos core developers, Tim McMackin last_update: date: 18 December 2024 +dependencies: + octez: 21.2 --- As described in [Nodes](/architecture/nodes), Tezos nodes are peer-to-peer programs that run the Tezos network. diff --git a/docs/tutorials/mobile.md b/docs/tutorials/mobile.md index 8a7875d6b..e1ab7c7dc 100644 --- a/docs/tutorials/mobile.md +++ b/docs/tutorials/mobile.md @@ -3,6 +3,11 @@ title: Create a mobile game authors: 'Benjamin Fuentes (Marigold)' last_update: date: 12 December 2023 +dependencies: + taqueria: 0.46.0 + ligo: 1.7.0 + vite: 5.0.8 + taquito: 17.4.0 --- ![home](/img/tutorials/mobile-picHOME.png) diff --git a/docs/tutorials/security.md b/docs/tutorials/security.md index 8ce770c05..c5e5979f5 100644 --- a/docs/tutorials/security.md +++ b/docs/tutorials/security.md @@ -3,6 +3,9 @@ title: Learn and play with security authors: 'Benjamin Fuentes (Marigold)' last_update: date: 11 January 2024 +dependencies: + taqueria: 0.45.0 + ligo: 1.7.0 --- # Security diff --git a/docs/tutorials/smart-contract.md b/docs/tutorials/smart-contract.md index d5f6b6e50..65aa5c3e4 100644 --- a/docs/tutorials/smart-contract.md +++ b/docs/tutorials/smart-contract.md @@ -3,6 +3,8 @@ title: Deploy a smart contract authors: Tim McMackin last_update: date: 14 September 2023 +dependencies: + todo: 1 --- This tutorial covers deploying a smart contract to Tezos. diff --git a/docs/tutorials/smart-rollup.md b/docs/tutorials/smart-rollup.md index 91db62e9a..ae6ca4daf 100644 --- a/docs/tutorials/smart-rollup.md +++ b/docs/tutorials/smart-rollup.md @@ -2,6 +2,10 @@ title: Deploy a Smart Rollup last_update: date: 11 October 2023 +dependencies: + tezos-smart-rollup: 0.2.1 + rust: 1.73 + octez: 19 --- This tutorial covers how to deploy a Smart Rollup in a Tezos sandbox. diff --git a/docs/tutorials/smartpy-fa2-fungible.md b/docs/tutorials/smartpy-fa2-fungible.md index 2db977899..f99645e0a 100644 --- a/docs/tutorials/smartpy-fa2-fungible.md +++ b/docs/tutorials/smartpy-fa2-fungible.md @@ -3,6 +3,8 @@ title: Create a fungible token with the SmartPy FA2 library authors: Tim McMackin last_update: date: 10 May 2024 +dependencies: + smartpy: 0.20.0 --- This tutorial shows you how to use SmartPy's FA2 library to create standards-compliant tokens.