Skip to content

Commit

Permalink
Non-tutorial dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 21, 2025
1 parent 1ee624f commit c3ca96d
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dApps/sending-transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Sending transactions
authors: "Tim McMackin"
last_update:
date: 1 February 2024
dependencies:
taquito: 21.0.1
---
<!-- TODO originating contracts: https://tezostaquito.io/docs/originate -->

Expand Down
2 changes: 2 additions & 0 deletions docs/dApps/taquito.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Taquito dApp SDK for TypeScript
authors: Claude Barde, Tim McMackin
last_update:
date: 14 November 2024
dependencies:
taquito: 0
---

[Taquito](https://tezostaquito.io) is a TypeScript library that dApp developers can use to get information about Tezos and submit transactions.
Expand Down
2 changes: 2 additions & 0 deletions docs/dApps/wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Connecting to wallets
authors: "Claude Barde, Tim McMackin"
last_update:
date: 6 November 2023
dependencies:
taquito: 21.0.1
---

dApps must connect to user wallets to view the tokens in the account and to submit transactions on behalf of the wallet's owner.
Expand Down
2 changes: 2 additions & 0 deletions docs/developing/octez-client/accounts.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: Creating accounts
dependencies:
octez: 21.1
---

You can create or import accounts into the Octez client just like you do so in wallet applications.
Expand Down
2 changes: 2 additions & 0 deletions docs/developing/octez-client/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Installing the Octez client
last_update:
date: 27 October 2023
dependencies:
octez: 21.1
---

You can install the Octez client directly on your computer or use a Docker image that has the most recent version of the Octez tools installed.
Expand Down
2 changes: 2 additions & 0 deletions docs/developing/octez-client/transactions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Interacting with contracts
authors: Tim McMackin
last_update:
date: 27 October 2023
dependencies:
octez: 21.1
---

Before sending transactions to contracts with the Octez client, make sure that your client is configured to use an RPC node for the network that you want to use.
Expand Down
2 changes: 2 additions & 0 deletions docs/developing/sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Using a local sandbox
authors: 'Mathias Hiron, Nomadic Labs, Tim McMackin, TriliTech'
last_update:
date: 13 November 2024
dependencies:
tezbox: 21.1
---

Local sandboxes allow you to test your work without sending any transactions to Tezos Mainnet or testnets.
Expand Down
4 changes: 4 additions & 0 deletions docs/smart-contracts/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Deploying smart contracts
authors: 'Yuxin Li'
last_update:
date: 13 February 2024
dependencies:
octez: 21.2
smartpy: 0.20.0
ligo: 1.9.2
---
## Introduction
In Tezos, deploying a smart contract is often referred to as “origination”. This process essentially creates a new account that holds the smart contract's script. Contracts originated in this manner have addresses that start with `KT1`, which distinguishes them from the user accounts with addresses beginning with `tz1`, `tz2`, or `tz3`.
Expand Down
4 changes: 4 additions & 0 deletions docs/smart-contracts/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ title: Events
authors: Tim McMackin
last_update:
date: 10 January 2024
dependencies:
taquito: 21.0.1
smartpy: 0.20.0
ligo: 1.9.2
---

Events are a type of internal operation on Tezos.
Expand Down
2 changes: 2 additions & 0 deletions docs/smart-contracts/languages/archetype.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: Archetype
last_update:
date: 29 June 2023
dependencies:
completium-cli: 0
---

Archetype is an elegant generic-purpose language to develop smart contracts on the Tezos blockchain. It's a DSL (domain-specific language) for Tezos that facilitates formal verification and transcodes contracts to SmartPy and LIGO.
Expand Down
2 changes: 2 additions & 0 deletions docs/smart-contracts/languages/ligo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
title: LIGO
last_update:
date: 8 February 2024
dependencies:
ligo: 1.9.2
---

LIGO is a functional programming language that is intended to be both user-friendly and to avoid patterns that make formal verification difficult.
Expand Down
2 changes: 2 additions & 0 deletions docs/smart-contracts/languages/smartpy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: SmartPy
authors: Mathias Hiron and Maxime Sallerin
last_update:
date: 4 April 2024
dependencies:
smartpy: 0.20.0
---

SmartPy is a comprehensive solution for developing, testing, and deploying smart contracts on Tezos. With its easy-to-use Python syntax, developers can create contracts in a familiar and intuitive way, while SmartPy's type inference provides added safety.
Expand Down

0 comments on commit c3ca96d

Please sign in to comment.