Skip to main content

Installation

Simple dApp

First, you need to install the @airgap/beacon-sdk package.

npm install --save @airgap/beacon-sdk

dApp with Contract Interaction

If you plan to interact with contracts, you will most likely instead want to install @taquito. Taquito installs the beacon-sdk as a dependency, so it doesn't have to be installed manually.

npm install --save @taquito/taquito @taquito/beacon-wallet