# Dequanto dependency

The generated classes will include `Dequanto` dependencies for the Blockchain communication. See the `Dequanto` section to read more about the library.

#### Automatically

To automatically install required dependencies run the initialization command inside your project root

```
0xweb init
```

#### Manually

You can perform the same steps manually

* Clone the [dequanto](https://github.com/0xweb-org/dequanto) [🔗](https://emojipedia.org/link/) repository

  `git submodule add` [`https://github.com/0xweb-org/dequanto`](https://github.com/0xweb-org/dequanto)&#x20;
* Add `@dequanto` alias to your `tsconfig.json` file

```json
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "@dequanto/*": "dequanto/src/*"
    }
  }
}
```


---

# 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://docs.0xweb.org/package-manager/dequanto-dependency.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.
