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
Alpha Vault typescript SDK on github: https://github.com/MeteoraAg/alpha-vault-sdk/tree/main
Full list of Alpha Vault typescript SDK examples: https://github.com/MeteoraAg/alpha-vault-sdk/tree/main/ts-client/src/examples
Get help on Discord: https://discord.com/channels/841152225564950528/864859354335412224
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