Skip to content

Commit

Permalink
task(devx): Add Tags - Rust SDK (#4994)
Browse files Browse the repository at this point in the history
* task(devx): Add Tags - Rust SDK

* Update docs/content/developer/iota-101/transactions/sign-and-send-transactions.mdx

* fix(devx): add missing tags

* Update docs/content/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.mdx

* add  iotaledger@dev-tools team

* change team to teams

* fix team tag

* dprint
  • Loading branch information
lucas-tortora authored Jan 29, 2025
1 parent 9d988ec commit 2946744
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Transfer to Object
description: On IOTA, you can transfer objects to objects in the same way you can transfer objects to addresses.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/objects/transfers/transfer-to-object.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks.
tags: [ move, transaction]
tags: [ move, transaction, rust-sdk]
teams:
- iotaledger/dev-tools
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/ptb/programmable-transaction-blocks.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain.
tags: [ tutorial, move, rust, typescript, transaction]
tags: [ tutorial, sdk, move, rust, typescript, transaction, rust-sdk]
teams:
- iotaledger/dev-tools
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
description: A guide to using sponsored transactions on the IOTA blockchain, including .
tags: [ move, transaction, address]
tags: [ move, transaction, address, rust-sdk]
teams:
- iotaledger/dev-tools
---

import Quiz from '@site/src/components/Quiz';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/iota-101/using-events.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/using-events.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide on how to claim Outputs Unlockable by an Alias/NFT Address in the Move-based IOTA ledger.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---
import MigrationWarning from '../../../_snippets/migration-warning.mdx';

Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/stardust/claiming/alias.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide on how to claim Alias Outputs in the Move-based IOTA ledger.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/stardust/claiming/basic.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide on how to claim Basic Outputs in Move by assessing and unlocking owned objects.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/stardust/claiming/foundry.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide to claiming Foundry Outputs by extracting the CoinManagerTreasuryCap from an AliasOutput in the Move-based IOTA ledger.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---
import MigrationWarning from '../../../_snippets/migration-warning.mdx';

Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/stardust/claiming/nft.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide on how to claim and convert NFT Outputs in the Move-based IOTA ledger.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
3 changes: 3 additions & 0 deletions docs/content/developer/stardust/claiming/self-sponsor.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees.
tags: [ rust, sdk, rust-sdk]
teams:
- iotaledger/dev-tools
---

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
3 changes: 2 additions & 1 deletion docs/content/references/rust-sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
title: IOTA Rust SDK
description: The IOTA Rust SDK provides Rust wrappers around the IOTA API. Using the SDK, you can interact with IOTA networks using the Rust programming language.
tags: [ rust, sdk, reference]
tags: [ rust, sdk, reference, rust-sdk]teams:
- iotaledger/dev-tools
---

import README from "../../../crates/iota-sdk/README.md";
Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ testing:
label: Testing
description: Process of evaluating code.

rust-sdk:
label: IOTA Rust SDK
description: The IOTA Rust Software Development Kit

iota-wallet:
label: IOTA Wallet
description: IOTA Wallet Browser Extension

0 comments on commit 2946744

Please sign in to comment.