{
  "manifest_version": "1.0.0",
  "template": {
    "id": "51e1c2c7-293e-4a01-92de-2e956c7277c2",
    "slug": "nextjs-web3-starte-1",
    "name": "NextJS Web3 Starter",
    "description": "This is a Web3 NextJS starter dApp.",
    "url": "https://railway.com/deploy/nextjs-web3-starte-1",
    "upstream": {
      "repo_url": "https://github.com/I0San/nextjs-web3-starter"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "nextjs-web3-starter",
      "source": {
        "repo": "https://github.com/I0San/nextjs-web3-starter"
      },
      "needs_volume": false,
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "NEXT_PUBLIC_APP_URL",
      "service": "nextjs-web3-starter",
      "description": "You application deployed url. Used for Web3 Widget",
      "secret": false,
      "strategy": "default",
      "default": "https://reown.com"
    },
    {
      "key": "NEXT_PUBLIC_APP_ICON",
      "service": "nextjs-web3-starter",
      "description": "You application icon. Used for Web3 Widget",
      "secret": false,
      "strategy": "default",
      "default": "https://reown.com/logo.png"
    },
    {
      "key": "NEXT_PUBLIC_APP_NAME",
      "service": "nextjs-web3-starter",
      "description": "You application name. Used for Web3 Widget",
      "secret": false,
      "strategy": "default",
      "default": "Your App Name"
    },
    {
      "key": "NEXT_PUBLIC_APP_DESCRIPTION",
      "service": "nextjs-web3-starter",
      "description": "You application description. Used for Web3 Widget",
      "secret": false,
      "strategy": "default",
      "default": "Your App Description"
    },
    {
      "key": "NEXT_PUBLIC_EXAMPLE_CONTRACT",
      "service": "nextjs-web3-starter",
      "description": "Demo smart contract on Sepolia",
      "secret": false,
      "strategy": "default",
      "default": "0xf5b1c4f599DFf501f2A622E8809aF7f389394A19"
    },
    {
      "key": "NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID",
      "service": "nextjs-web3-starter",
      "description": "WalletConnect Project ID Key (Reown)",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "nextjs-web3-starte-1"
      }
    },
    "cli": "railway deploy --template nextjs-web3-starte-1",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "51e1c2c7-293e-4a01-92de-2e956c7277c2",
            "serializedConfig": {
              "services": {
                "d29adc42-48ec-487c-b0ec-255b1c87e990": {
                  "icon": "https://devicons.railway.com/i/metamask.svg",
                  "name": "nextjs-web3-starter",
                  "deploy": {
                    "healthcheckPath": "/health"
                  },
                  "source": {
                    "repo": "I0San/nextjs-web3-starter",
                    "branch": null,
                    "rootDirectory": null
                  },
                  "variables": {
                    "NEXT_PUBLIC_APP_URL": {
                      "isOptional": true,
                      "description": "You application deployed url. Used for Web3 Widget",
                      "defaultValue": "https://reown.com"
                    },
                    "NEXT_PUBLIC_APP_ICON": {
                      "isOptional": true,
                      "description": "You application icon. Used for Web3 Widget",
                      "defaultValue": "https://reown.com/logo.png"
                    },
                    "NEXT_PUBLIC_APP_NAME": {
                      "isOptional": true,
                      "description": "You application name. Used for Web3 Widget",
                      "defaultValue": "Your App Name"
                    },
                    "NEXT_PUBLIC_APP_DESCRIPTION": {
                      "isOptional": true,
                      "description": "You application description. Used for Web3 Widget",
                      "defaultValue": "Your App Description"
                    },
                    "NEXT_PUBLIC_EXAMPLE_CONTRACT": {
                      "isOptional": true,
                      "description": "Demo smart contract on Sepolia",
                      "defaultValue": "0xf5b1c4f599DFf501f2A622E8809aF7f389394A19"
                    },
                    "NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID": {
                      "description": "WalletConnect Project ID Key (Reown)",
                      "defaultValue": "{{NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "nextjs-web3-starter",
      "method": "GET",
      "path": "/health",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0"
}
