# JavaScript SDK

The SDK library bundles software components of the ZERO framework. It can be installed with

```shell
yarn add @zerodao/sdk
```

The SDK package exports all other modules in the workspace, which are all designed to work in-browser or on the server:

\- @zerodao/wallet

\- @zerodao/p2p

\- @zerodao/constants

\- @zerodao/provider

\- @zerodao/contracts

\- @zerodao/frost

\- @zerodao/database

\- @zerodao/mempool

\- @zerodao/validator

\- @zerodao/networks

\- @zerodao/mocks

\- @zerodao/common

\- @zerodao/keeper

\- @zerodao/dispatcher

\- @zerodao/watcher

\- @zerodao/pending

Full documentation is available at:

<https://github.com/zerodao-finance/zerodao>


---

# 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.zerodao.com/development/sdk.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.
