Create Tokens

Created by Admin KL, Modified on Wed, 21 Feb at 1:47 PM by Admin KL

Kakr Omni Layer Token Creation

The Kakr LiaaS allows users to issue and manage a new digital asset or token that operates on the Litecoin blockchain network. With this service, users have the flexibility to define various parameters of the token, such as its name, category, total supply, and desired additional features or functionalities.



ParameterTypeDescription
Content-TypeStringHeader specifying the content type. Should be set to "application/json".
AuthorizationStringHeader specifying the authorization. It should be in the format "Bearer <your API key>".
WalletnameStringThe wallet to hold the token.
EncryptedkeyStringEncrypted key of the wallet to hold the token.
categoryStringThe category of the token.


Create Token with Javascript SDK

Liaas SDK package installation
/** 
 * Create a Token on the Litecoin Blockchain
 **/
 
//all the parameters specified here are small as all the parameters in API implementation
 //pass your API key the created wallet name and the encrypted key
const response = await liaasSdk.createFungibleTokens(
apiAccessKey,
wallet,
encryptedkey,
amount,
description,
name,
url,
address,
category,
isDivisible,
subcategory);

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