@tezos-x/octez.connect-dappThis package is part of the @tezos-x/octez.connect-sdk project. Read more
Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.
import { DAppClient } from '@tezos-x/octez.connect-dapp'
const dAppClient = new DAppClient({ name: "Beacon Docs" });
Check our documentation for more information. Documentation