# VeChain Kit

<figure><img src="https://2928565250-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FS8udqSGhGctlwwL1kst7%2Fuploads%2Fyo0a3UnQQ2VmrpRT96iI%2Fvechain-kit-v2-shocase.png?alt=media&#x26;token=70942ad0-ab12-4831-8ebf-62a019df437d" alt=""><figcaption></figcaption></figure>

## Description

VeChain Kit is a comprehensive SDK designed to make building frontend applications on VeChain fast and straightforward.

## Repo

* GitHub: <https://github.com/vechain/vechain-kit>

## Package

* NPM Package: <https://www.npmjs.com/package/@vechain/vechain-kit>

## Key Features

* **Seamless Wallet Integration:** Support for VeWorld, WalletConnect, and social logins.
* **Developer-Friendly Hooks:** Easy-to-use React Hooks that let you read and write data on the VeChainThor blockchain.
* **Token Operations:** Send and swap tokens, check balances, manage VET domains, and more—all in one place.
* **Pre-Built UI Components:** Ready-to-use components (e.g., `TransactionModal`) to simplify wallet operations and enhance your users’ experience.

📚 For detailed documentation, visit our VeChain [Kit Docs](https://docs.vechainkit.vechain.org/)​​

{% hint style="warning" %}
Currently supports React and Next.js only
{% endhint %}

## Resources

* [​Live Demo​](https://vechainkit.vechain.org/)
* [Getting Started](https://docs.vechainkit.vechain.org/quickstart/installation)

## Troubleshooting

* [Troubleshooting](https://docs.vechainkit.vechain.org/vechain-kit/troubleshooting)
* Contact us on [Discord](https://discord.gg/wGkQnPpRVq)

{% hint style="info" %}
Are you still having problems?

* Open an issue on [Github](https://github.com/vechain/vechain-kit/issues)​
  {% endhint %}


---

# 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.vechain.org/core-concepts/wallets/vechain-kit.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.
