Create Collection

Created by Admin KL, Modified on Sat, 17 Feb at 12:53 AM by Admin KL

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".

UsernameHashTest 3Test 4Test 5
@username1abc123value1value2value3
@username2def456value4value5value6

Create SDA Collection SDK

Liaas SDK package installation

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


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article