⛏️mintNFT
Last updated
Last updated
The mintNFT
function is designed to facilitate the minting of non-fungible tokens (NFTs) on the Casper blockchain network. It takes user inputs to create and send a transaction to the network for minting the NFT
Parameter | Type | Description |
---|---|---|
Property | Type | Description |
---|---|---|
Before making requests with Nest SDK, you must have it installed.
You can install Nest SDK using either npm
or yarn
. Use the following commands to install Nest SDK:
Here is an example of how to make a mintNFT
request using the Nest SDK:
Digital Art Marketplaces: The function can be used by digital art marketplaces to mint NFTs for the artworks that are being sold on their platforms.
Gaming Industry: The function can be used by the gaming industry to mint NFTs for in-game items and assets, which can be traded and sold on various marketplaces.
Collectibles: The function can be used by collectibles platforms to mint NFTs for various types of collectibles, such as sports cards, rare coins, and other memorabilia.
RPC_API
string
The RPC API endpoint of the Casper blockchain network
privateKey
string
The private key of the wallet that will be used to mint the NFT
metadata
object
The metadata of the NFT that is being minted
tokenId
string
The unique identifier of the minted NFT
txHash
string
The transaction hash of the minting transaction