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.
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.
To bulk purchase NFTs, you must call bulkPurchase on dataset(Dataset.NFT).
How to cancel a public token sale
How to claim tokens from an airdrop
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.
To create a swap order, you must call create on dataset(Dataset.SWAP).
How to credit token
How to enable trading for a token
There are some get-functions that are applicable to basically all types like members, token and so on.
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.
The auction Dataset supports all default get functions.
The member Dataset supports all default get functions.
How to import a token minted outside of the Buildcore platform
How to mint a created token on a specific L1 Network
To purchase an NFT, you must call purchase on dataset(Dataset.NFT).
How to stake token
Sometimes you want to track your OTR for example to check if a purchase was successful.
How to trade token by buying, selling or swapping them
To transfer NFTs, you must call transfer on dataset(Dataset.NFT).
To update a member, we first get the member with their ID, which, in this case, is the member's address.
To update a Space, we first as an example get the first space of our member.