Skip to content

Commit

Permalink
WIP tutorial dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 17, 2025
1 parent cc8ad39 commit 23e0ab4
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/tutorials/build-an-nft-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/build-files-archive-with-dal.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/build-your-first-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/create-nfts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/dapp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/join-dal-baker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 5 additions & 0 deletions docs/tutorials/mobile.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 3 additions & 0 deletions docs/tutorials/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/smart-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions docs/tutorials/smart-rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/smartpy-fa2-fungible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 23e0ab4

Please sign in to comment.