Create Collection

The category of your collection can be music, art, gaming, sport, etc...

NB: LiaaS systematically adds the suffix " col" to each collection name it receives. For instance, if a collection named "PoWcollection" is submitted, LiaaS generates a blockchain token named "PoWcollection col". This also implies that the platforms powered by Kakr Labs also contains "col" suffix while creating Collection/Event and would be shown on the Pteri.

Create SDA (Alias NFT) Collection

POST /api/Collection/create-nft-collection

A post request to create a collection on the Litecoin Blockchain to attach a set of SDAs belonging to an address

Headers

Request Body

Create SDA Collection SDK

Liaas SDK package installation

/** 
 * Secure your created collection to house SDAs
 **/
 
 //all the parameters specified here are small as all the parameters in API implementation
 //pass your API key to the created wallet name and the encrypted key
const response = await liaasSdk.createCollection(
apiAccessKey,
walletName,
encrpytedKey,
tokenStandard,
description,
name,
address,
subcategory,
url,
isMainNet)

Last updated