{
  "manifest_version": "1.0.0",
  "template": {
    "id": "76e904fd-43a9-45a3-b361-3d2266faa035",
    "slug": "xyxkOh",
    "name": "thirdweb: NFT Minting Page",
    "description": "Mint NFTs & Cryptocurrencies with thirdweb in a single-page app.",
    "url": "https://railway.com/deploy/xyxkOh",
    "upstream": {
      "repo_url": "https://github.com/warengonzaga/thirdweb-nft-minting-page-railway"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "NFT Minting Page",
      "source": {
        "repo": "https://github.com/warengonzaga/thirdweb-nft-minting-page-railway"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NEXT_PUBLIC_MINT_ICON",
      "service": "NFT Minting Page",
      "description": "The page or tab icon of the minting page. You can use a image URL to set the page or tab icon.",
      "secret": false,
      "strategy": "default",
      "default": "https://raw.githubusercontent.com/warengonzaga/thirdweb-nft-minting-page-railway/main/assets/icon.png"
    },
    {
      "key": "NEXT_PUBLIC_MINT_TITLE",
      "service": "NFT Minting Page",
      "description": "The title of the minting page.",
      "secret": false,
      "strategy": "default",
      "default": "NFT Minting Page"
    },
    {
      "key": "NEXT_PUBLIC_MINT_DESCRIPTION",
      "service": "NFT Minting Page",
      "description": "The description of the minting page.",
      "secret": false,
      "strategy": "default",
      "default": "Mint NFTs and Cryptocurrency powered by thirdweb."
    },
    {
      "key": "NEXT_PUBLIC_THIRDWEB_CHAIN_ID",
      "service": "NFT Minting Page",
      "description": "The chain ID where your NFT contract is deployed.",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_THIRDWEB_TOKEN_ID",
      "service": "NFT Minting Page",
      "description": "Only needed if using an ERC-1155 contract. Defaults to token ID 0.",
      "secret": true,
      "strategy": "default",
      "default": "0"
    },
    {
      "key": "NEXT_PUBLIC_THIRDWEB_CLIENT_ID",
      "service": "NFT Minting Page",
      "description": "Your thirdweb client ID from the [API Keys page](https://thirdweb.com/dashboard/settings/api-keys).",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "NEXT_PUBLIC_THIRDWEB_CONTRACT_ADDRESS",
      "service": "NFT Minting Page",
      "description": "The address of the NFT contract you want to mint to.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "xyxkOh"
      }
    },
    "cli": "railway deploy --template xyxkOh",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "76e904fd-43a9-45a3-b361-3d2266faa035",
            "serializedConfig": {
              "services": {
                "3385f8be-2ea7-4da3-afe1-5eb7fb9dd269": {
                  "icon": "https://raw.githubusercontent.com/warengonzaga/thirdweb-insight-railway/refs/heads/main/assets/icon.png",
                  "name": "NFT Minting Page",
                  "source": {
                    "repo": "warengonzaga/thirdweb-nft-minting-page-railway",
                    "branch": null,
                    "rootDirectory": "/services/nft-minting-page/"
                  },
                  "variables": {
                    "NEXT_PUBLIC_MINT_ICON": {
                      "isOptional": true,
                      "description": "The page or tab icon of the minting page. You can use a image URL to set the page or tab icon.",
                      "defaultValue": "https://raw.githubusercontent.com/warengonzaga/thirdweb-nft-minting-page-railway/main/assets/icon.png"
                    },
                    "NEXT_PUBLIC_MINT_TITLE": {
                      "isOptional": true,
                      "description": "The title of the minting page.",
                      "defaultValue": "NFT Minting Page"
                    },
                    "NEXT_PUBLIC_MINT_DESCRIPTION": {
                      "isOptional": true,
                      "description": "The description of the minting page.",
                      "defaultValue": "Mint NFTs and Cryptocurrency powered by thirdweb."
                    },
                    "NEXT_PUBLIC_THIRDWEB_CHAIN_ID": {
                      "description": "The chain ID where your NFT contract is deployed.",
                      "defaultValue": "{{NEXT_PUBLIC_THIRDWEB_CHAIN_ID}}"
                    },
                    "NEXT_PUBLIC_THIRDWEB_TOKEN_ID": {
                      "description": "Only needed if using an ERC-1155 contract. Defaults to token ID 0.",
                      "defaultValue": "0"
                    },
                    "NEXT_PUBLIC_THIRDWEB_CLIENT_ID": {
                      "description": "Your thirdweb client ID from the [API Keys page](https://thirdweb.com/dashboard/settings/api-keys).",
                      "defaultValue": "{{NEXT_PUBLIC_THIRDWEB_CLIENT_ID}}"
                    },
                    "NEXT_PUBLIC_THIRDWEB_CONTRACT_ADDRESS": {
                      "description": "The address of the NFT contract you want to mint to.",
                      "defaultValue": "{{NEXT_PUBLIC_THIRDWEB_CONTRACT_ADDRESS}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-22T22:14:50.114Z",
  "generator_version": "0.1.0"
}
