Skip to content

Commit

Permalink
fix(devx) add tags to pages on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ginowine committed Jan 15, 2025
1 parent 414d453 commit 4e572d8
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/developer/advanced/asset-tokenization.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Asset Tokenization
description: Learn how to tokenize assets on the IOTA blockchain. Asset tokenization refers to the process of representing real-world assets, such as real estate, art, commodities, stocks, or other valuable assets, as digital tokens on the blockchain network.
tags: [ move, tutorial, how-to]
---
import InitClient from '../../_snippets/initialize-iota-client-cli.mdx';

Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/advanced/introducing-move-2024.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Introducing Move 2024
description: New features are becoming available to Move in 2024. These features are opt-in, so existing code will continue to function as expected. If you want to use these features in code you've already written, however, there are some steps you must take and breaking changes to be aware of to migrate to Move 2024.
tags: [ move, tutorial]
---

IOTA launches with the "Move 2024.beta" edition, bringing enhanced features to improve both the writing and readability of Move code. These updates refine the source language without impacting the on-chain binary representation, allowing users to enjoy a smoother experience with the latest language improvements.
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/advanced/onchain-randomness.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: On-Chain Randomness
description: Randomness is a valuable tool to simulate chance on chain, but can also expose flaws in your logic. Understanding the vulnerabilities and accounting for them can mitigate the threat exposure for your smart contracts.
tags: [ move, randomness, tutorial]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Keys and Addresses

---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/cryptography/key-addresses.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/evm-to-move/creating-nft.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Creating an ERC-721-like NFT
tags: [ solidity, nft, tutorial]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/evm-to-move/creating-token.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Creating an ERC-20-like token
tags: [ solidity, tutorial, evm]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/evm-to-move/tooling-apis.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tooling and APIs
tags: [ solidity, evm, testing, api]
---

import Quiz from '@site/src/components/Quiz';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to create coins and tokens on the IOTA blockchain using Move.
tags: [ move, cli, tutorial]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/create-coin/create-coin.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to create in-game currency on IOTA using the Closed-Loop Token standard.
tags: [ move, tutorial]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/create-coin/in-game-token.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/create-coin/loyalty.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to create loyalty tokens on IOTA for use in digital services.
tags: [ move, tutorial]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/create-coin/loyalty.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Migrating a Coin to Coin Manager
tags: [ move, cli, tutorial]
---

The previous articles in this section showcase how to create a [`Coin`](../../../references/framework/iota-framework/coin.mdx) object with different constructors. Namely, [`create_currency`](create-coin.mdx) and [`create_regulated_currency`](regulated.mdx).
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/create-coin/regulated.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to create regulated coins on IOTA using deny lists for access control.
tags: [ move, tutorial]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/create-coin/regulated.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/nft/create-nft.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Create a Non-Fungible Token
description: Learn how to create a non-fungible token (NFT) on IOTA using Move.
tags: [ move, nft]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/create-nft.json';
Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/nft/marketplace.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: A brief introduction to implementing NFT marketplace extension using the Kiosk Apps standard in IOTA's Move language.
tags: [ move, nft, tutorial]
---


Expand Down
1 change: 1 addition & 0 deletions docs/content/developer/iota-101/nft/rent-nft.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: A brief introduction to implementing NFT rental functionality using the Kiosk Apps standard in IOTA's Move language.
tags: [ move, nft, tutorial]
---

# Rent NFTs with Kiosk Apps in IOTA
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to create programmable transaction blocks using the IOTA TypeScript SDK.
tags: [ typescript, transaction]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/ptb/building-programmable-transaction-blocks-ts-sdk.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Understand how to handle owned coins in IOTA transactions and programmable transaction block development.
tags: [ transaction, sdk]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/ptb/coin-management.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to manage multiple IOTA coins by combining them to pay gas fees efficiently.
tags: [ move, transaction]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/ptb/optimizing-gas-with-coin-merging.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn about Programmable Transaction Blocks (PTBs) in IOTA and how they enhance smart contract efficiency.
tags: [ move, transaction, typescript, sdk]
---
# Programmable Transaction Blocks Overview

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: Learn how to execute multiple commands in a single IOTA transaction using programmable transaction blocks.
tags: [ move, transaction]
---
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,5 +1,6 @@
---
description: Discover how to simulate references in IOTA's programmable transaction blocks using the borrow module.
tags: [ move, rust, transaction]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/ptb/simulating-references.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: A guide on how to construct, sign, and submit transactions in a Move-based blockchain.
tags: [ tutorial, move, rust, typescript, transaction]
---
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,5 +1,6 @@
---
description: A guide to understanding and implementing sponsored transactions on the IOTA blockchain, including roles, use cases, workflows, and risk considerations.
tags: [ move, transaction, address]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/sponsored-transactions/about-sponsored-transactions.json';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
description: A guide to using sponsored transactions on the IOTA blockchain, including .
tags: [ move, transaction, address]
---

import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/sponsored-transactions/use-sponsored-transactions.json';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
description: An introduction to transactions, their types, metadata, and execution flow in Move-based blockchain networks.
tags: [ move, transaction, address]
---
import Quiz from '@site/src/components/Quiz';
import questions from '/json/developer/iota-101/transactions/transactions.json';
Expand Down
4 changes: 4 additions & 0 deletions docs/content/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ state:
label: State
description: Current condition of a system.

transaction:
label: Transaction
description: Primary means to interact with the Networks.

# Development
sdk:
label: SDK
Expand Down

0 comments on commit 4e572d8

Please sign in to comment.