Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task(devx): Add Tags - Rust SDK #4994

Merged
merged 10 commits into from
Jan 29, 2025
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
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]
---
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,6 @@
---
description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain.
tags: [ tutorial, move, rust, typescript, transaction]
tags: [ tutorial, move, rust, typescript, transaction, rust-sdk]
lucas-tortora marked this conversation as resolved.
Show resolved Hide resolved
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/sign-and-send-transactions.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/using-events.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to monitor IOTA on-chain activity by subscribing to events emitted by Move packages.
tags: [ rust, sdk, rust-sdk]
---
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,6 @@
---
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]
---
import MigrationWarning from '../../../_snippets/migration-warning.mdx';

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

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

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/stardust/claiming/foundry.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
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]
---
import MigrationWarning from '../../../_snippets/migration-warning.mdx';

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

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: A guide to claiming IOTA assets using self-sponsorship when the address lacks IOTA coins for transaction fees.
tags: [ rust, sdk, rust-sdk]
---

import MigrationWarning from '../../../_snippets/migration-warning.mdx';
Expand Down
2 changes: 1 addition & 1 deletion docs/content/references/rust-sdk.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
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]
---

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 @@ -251,3 +251,7 @@ setup:
testing:
label: Testing
description: Process of evaluating code.

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