Alpha Vault Typescript SDK

Alpha Vault is a new anti-bot tool to guard against sniper bots and allow genuine supporters to be the first to buy tokens at launch. Memecoin Pools and DLMM Pools can be created with an Alpha Vault as part of the memecoin launch process.

For integrating or tracking Alpha Vaults on Meteora, you can use our Alpha Vault Typescript SDK and code examples.

Getting Started

Install dependencies

You will need to first install these SDK dependencies in order for it to function properly

npm i @meteora-ag/alpha-vault @coral-xyz/anchor @solana/web3.js

Initialize Alpha Vault instance

const alphaVault = await AlphaVault.create(connection, vault);

Typescript SDK Code Examples

Last updated