Skip to main content

7 docs tagged with "nft"

View All Tags

Bulk Purchase NFTs

To bulk purchase NFTs, you must call bulkPurchase on dataset(Dataset.NFT).

Create NFT Collection

To create a NFT collection, you must call create on dataset(Dataset.COLLECTION). In the body, you can specify the collection's name, the symbol, the base URI, and more.

Create NFT with Metadata

To create a NFT with Metadata, you must call mintMetadataNft on dataset(Dataset.NFT). mintMetadataNft takes an object of type MintMetadataNftTangleRequest as parameter. In there you can specify the metadata of the NFT which for example could be used to create a digital twin.

Create Swap

To create a swap order, you must call create on dataset(Dataset.SWAP).

Introduction

The How-To section shows you how to use the SDK in small code examples. It is grouped into different subsections for handling NFTs, Tokens, Spaces, and more.

Purchase NFT

To purchase an NFT, you must call purchase on dataset(Dataset.NFT).

Transfer NFTs

To transfer NFTs, you must call transfer on dataset(Dataset.NFT).