Getting started


description: Getting started with the Vertigo SDK v2

Getting started

Installation

To install the Vertigo SDK v2, use your preferred package installer:

npm install @vertigo-amm/vertigo-sdk
# or
yarn add @vertigo-amm/vertigo-sdk
bun install @vertigo-amm/vertigo-sdk

Dependencies

Make sure you have the following dependencies installed:

  • @coral-xyz/anchor

  • @solana/web3.js

  • @solana/spl-token Install them with: npm install @coral-xyz/anchor @solana/web3.js @solana/spl-token

Basic setup

Read-only mode (no wallet required)

Last updated