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.
Parameter | Type | Description |
---|---|---|
Content-Type | String | Header specifying the content type. Should be set to "application/json". |
Authorization | String | Header specifying the authorization. It should be in the format "Bearer <your API key>". |
Walletname | String | The wallet to hold the token. |
Encryptedkey | String | Encrypted key of the wallet to hold the token. |
category | String | The category of the token. |
/** * 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
Feedback sent
We appreciate your effort and will try to fix the article