solanaj-programs
solanaj-programs copied to clipboard
Solana Java client for OpenBook v1 and v2, Phoenix, Pyth, Metaplex, and Bonfida.
- Support for token metadata lookups This PR is still a work in progress.
Should be more efficient. Details TBD
Desired functionality for the proof of concept: 0. Get listed NFTs for X series on MagicEden 1. Buy X NFT on MagicEden
This change adds the raydium module and the ability to check if the raydium LP has been burned and locked.
- Read all Jupiter DCA accounts
Implemented the JupiterPerpProgram class to handle various actions such as initializing, creating, and managing positions in the Jupiter Perpetuals program on Solana. Additionally, added comprehensive unit tests to ensure the...