Create a Stamp
About Stamps
About Stamps
How to create a token on the Buildcore platform
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.
To create a member, you need to call createMember.
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.
How to create a project
To create a space, you must call create on dataset(Dataset.SPACE). In the body, you can specify the name of the space.
How to mint a created token on a specific L1 Network