# 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>
