# validateContract

[**cli/utils**](/near-sdk-js/cli/utils.md) • **Docs**

***

[near-sdk-js v2.0.0](/near-sdk-js/packages.md) / [cli/utils](/near-sdk-js/cli/utils.md) / validateContract

## Function: validateContract()

> **validateContract**(`contractPath`, `verbose`): `Promise`<`boolean`>

Validates the contract by checking that all parameters are initialized in the constructor. Works only for contracts written in TypeScript.

### Parameters

• **contractPath**: `string`

Path to the contract.

• **verbose**: `boolean` = `false`

Whether to print verbose output.

### Returns

`Promise`<`boolean`>

### Defined in

[packages/near-sdk-js/src/cli/utils.ts:62](https://github.com/near/near-sdk-js/blob/b58ac04fc6dff2f1120e9098c0cb059493486598/packages/near-sdk-js/src/cli/utils.ts#L62)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://near-sdk-js.gitbook.io/near-sdk-js/cli/utils/functions/validatecontract.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
