# Tools & Resources

### Smart contracts

Development environment aiming to help you with contracts development\
[locklift](https://github.com/broxus/ton-locklift)

Solidity language support for Visual Studio Code\
[vscode plugin](https://marketplace.visualstudio.com/items?itemName=everscale.solidity-support)

### Frontend

A library that makes it easy to UI starts interacting with the Venom\
[venom-connect](https://github.com/web3sp/venom-connect)

Standalone fallback client that supports compatibility with the Venom blockchain\
[standalone-client](https://github.com/broxus/everscale-standalone-client)

A Web3-like interface that supports compatibility with the Venom blockchain\
[inpage-provider](https://github.com/broxus/everscale-inpage-provider)

### Backend

A standalone fallback client that supports compatibility with the Venom blockchain\
[standalone-client/nodejs](https://github.com/broxus/everscale-standalone-client)

Broxus SDK with TIP3 wallets support and a bunch of helpers\
[nekoton](https://github.com/broxus/nekoton)

A simple and reliable indexer node\
[ton-indexer](https://github.com/broxus/ton-indexer)

A simple service to stream Venom data into Kafka\
[ton-kafka-producer](https://github.com/broxus/ton-kafka-producer)

This is a light node + api for sending and tracking payments\
[ton-wallet-api](https://github.com/broxus/ton-wallet-api)

### Mobile

A Nekoton binding for flutter\
[nekoton-flutter](https://github.com/broxus/nekoton-flutter)


---

# 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://venom-docs.gitbook.io/knowledge-base/build/tools-and-resources.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.
