Installation

To start sending notifications with Dialect via it's Typescript SDK, first install @dialectlabs/sdk. This is the same installation as Messaging.

npm:

npm install @dialectlabs/sdk --save

# Solana notifications
npm install @dialectlabs/blockchain-sdk-solana --save

# Aptos notifications
npm install @dialectlabs/blockchain-sdk-aptos --save

yarn:

yarn add @dialectlabs/sdk

# Solana notifications
yarn add @dialectlabs/blockchain-sdk-solana

# Aptos notifications
yarn add @dialectlabs/blockchain-sdk-aptos

Last updated