Bulk Purchase NFTs
To bulk purchase NFTs, you must call bulkPurchase on dataset(Dataset.NFT).
To bulk purchase NFTs, you must call bulkPurchase on dataset(Dataset.NFT).
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.
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.
To create a swap order, you must call create on dataset(Dataset.SWAP).
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.
To purchase an NFT, you must call purchase on dataset(Dataset.NFT).
To transfer NFTs, you must call transfer on dataset(Dataset.NFT).