Skip to main content

Launch UI Configuration

Configuration file for the Joystiq mint UI. The Joystiq mint UI is used to deploy and mint NFTs on the SEI CosmWasm and SEI EVM. Only for NFT and CW404 Collections.

{
"name": "<project name>",
"description": "",
"website": "",
"socialX": "",
"discord": "",
"rpc": "<rpc url>",
"network": "<chain>",
"groups": [
{
"name": "public"
},
{
"name": "whitelist",
"allowlist": [
"0x...",
"0x..."
]
}
],
"artifacts": {
"packageID": "0x...",
"publisherID": "0x...",
"collectionObjectID": "0x...",
"collectionJqCoreConfigID": "0x...",
"policyID": "0x...",
"policyCapID": "0x...",
"displayID": "0x...",
}
}

Fields

name - name to display on ui

description - description to display on ui

rpc - rpc url of the sui chain. (required)

network - network to connect. Available networks here.

groups - list of mint groups to display in the ui

artifacts - list of artifacts generated by the CLI. This is used to identify the collection.

group options

name - group name

allowlist - array of allowlistled wallets. (if merkle root is set for minting group in project config) 0x addresses must be in lowercase