Installation
Simple dApp
First, you need to install the @airgap/beacon-sdk
package.
- NPM
- Yarn
npm install --save @airgap/beacon-sdk
yarn add @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
- Yarn
npm install --save @taquito/taquito @taquito/beacon-wallet
yarn add @taquito/taquito @taquito/beacon-wallet