# `@airgap/beacon-dapp`

This package is part of the `@airgap/beacon-sdk` project. [Read more](https://github.com/airgap-it/beacon-sdk)

## Introduction

Use this package on your dApp to instanciate a `DAppClient` object and communicate to wallets.

## Usage

```
import { DAppClient } from '@airgap/beacon-dapp'

const dAppClient = new DAppClient({ name: "Beacon Docs" });
```

Check our documentation for more information. [Documentation](https://docs.walletbeacon.io)
