NFT Issuance
Create your first NFT
Parameter
Description
Property
var parameters = {
serviceId: 'optional',
protocol: 'optional',
data: {
"name": "Football Card 21",
"protocolId": "STAS",
"symbol": "FC21",
"description": "A FC 21 season nft",
"image": "https://firebasestorage.googleapis.com/v0/b/nftdev/o/nftTemp%2FWL1DdD?alt=media",
"tokenSupply": 21,
"decimals": 0,
"satsPerToken": 1,
"splitable": false,
"data" : {"1" : ["custom data 1", "custom data 2"]},
"properties": {
"legal": {
"terms": "STAS, Inc. retains all rights to the token script. Use is subject to terms at https://stastoken.com/license.",
"licenceId": "stastoken.com"
},
"issuer": {
"organisation": "vaionex corp.",
"legalForm": "Limited",
"governingLaw": "US",
"issuerCountry": "US",
"jurisdiction": "US",
"email": "[email protected]"
},
"meta": {
"schemaId": "NFT1.0",
"website": "https://football21.com",
"legal": {
"terms": "the terms of your nft"
},
"media": [
{
"URI": "string",
"type": "string",
"altURI": "string"
}
]
}
},
},
}
const response = await relysia.contracts.v1.issue(parameters);Custom Data for NFTs
Custom Data for NFT collection
Mint a Token.
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated