Skip to main content

9 docs tagged with "create"

View All Tags

Create Auction

The create Auction functionality allows you to run generic auction without or with an asset. Asset can be an NFT. You can also bid on an Auction or get more infos about a specific Auction.

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 Space

To create a space, you must call create on dataset(Dataset.SPACE). In the body, you can specify the name of the space.

Mint a Token

How to mint a created token on a specific L1 Network