Skip to main content

28 docs tagged with "how-to"

View All Tags

Bid on Auction

You can bid on any auction. The only thing you need is an Auction ID and the funds you want to use for your bid.

Bulk Purchase NFTs

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

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.

Create Swap

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

Get

There are some get-functions that are applicable to basically all types like members, token and so on.

Get Auction by ID

To get more infos about a specific auction you can find the auction by ID and get info like highest bid, highest bidder and more.

Get Auctions

The auction Dataset supports all default get functions.

Get Member

The member Dataset supports all default get functions.

Import Token

How to import a token minted outside of the Buildcore platform

Mint a Token

How to mint a created token on a specific L1 Network

Purchase NFT

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

Track OTRs

Sometimes you want to track your OTR for example to check if a purchase was successful.

Trade Token

How to trade token by buying, selling or swapping them

Transfer NFTs

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

Update Member

To update a member, we first get the member with their ID, which, in this case, is the member's address.

Update Space

To update a Space, we first as an example get the first space of our member.