> For the complete documentation index, see [llms.txt](https://docs.dappkit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dappkit.dev/why-bepro-js.md).

# About dappKit

## More than a standard open-source library

**dappKit** is a curated framework so that you can automate creation and unit testing, javascript wrappers, and extended integration just by writing solidity - a tool built with @Truffle (*integrates compiling in solc together in your Smart Contracts)* & @OpenZeppelin (*provides trustable, audited & tested Smart Contracts*) already integrated, solving a very simple problem: **velocity in solidity development**&#x20;

{% hint style="info" %}
All the Documentation for each Object can be found here&#x20;

<https://sdk.dappkit.dev>
{% endhint %}

## dappKi&#x74;*:* build decentralized applications faster

If you are a developer, here are a few reasons why you should start considering building with dappKit.

**✅  Better ramp-up:** You can add Blockchain-related capabilities to your software in a faster way, and avoid all the repetitive tasks associated with Smart Contracts Development.

**✅  Javascript SDK:** Javascript is one of the most used programming languages in the world, especially for web apps and front-end purposes. You don't need to add additional languages to your stack, in order to build decentralized web3 applications.

**✅   Faster time-to-market:** Increase the speed of development, testing, and deployment of Smart Contracts;

**✅  Reduce costs:** Reduce your application development costs by using an open-source framework;

**✅  Become part of a strong Brand & Community:** TAIKAI has a very strong and engaged community that you can become a part of too. We have a beloved brand that you can use to work on interesting and challenging projects aligned with your interests and goals.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dappkit.dev/why-bepro-js.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
